#804FAF

Color #804FAF Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #804FAF

Tints of Studio #804FAF

Color information

#804FAF (or 0x804FAF) is unknown color: approx Studio. HEX triplet: 80, 4F and AF. RGB value is (128,79,175). Sum of RGB (Red+Green+Blue) = 128+79+175=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #804FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FAF is #7FB050. Grayscale: #686868. Windows color (decimal): -8368209 or 11489152. OLE color: 11489152.

HSL color Cylindrical-coordinate representation of color #804FAF: hue angle of 270.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804FAF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12879175-
CMYK0.270.5500.31
HSL270.62º37.8%49.8%-
HSV(B)270.62º54.86%68.63%-
XYZ19.4413.2842.1-
YUV104.6167.73144.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=33.51%
G=20.68%
B=45.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128791750.270.5500.31270.6237.849.8
Hex804FAF1B3701F10f2632
Octal20011725733670374174662
Binary1000000010011111010111111011110111011111100001111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804FAF; }

 p { color: rgb(128,79,175); }

 H1.HeaderClassName
 {
   color: #804FAF;
 }
 .AnyTagClassName
 {
   color: #804FAF;
 }
</style>
background-color css

<style>
 a { background-color: #804FAF; }

 a { background-color: rgb(128,79,175); }

 div.DivClassName
 {
   background-color: #804FAF;
 }
 .BgClassName
 {
   background-color: #804FAF;
 }
</style>
border-color css

<style>
 span { border-color: #804FAF; }

 span { border-color: rgb(128,79,175); }

 td.TdClassName
 {
   border-color: #804FAF;
 }
 .TagClassName
 {
   border-color: #804FAF;
 }
</style>