#804eaf

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

Shades of Studio #804EAF

Tints of Studio #804EAF

Color information

#804EAF (or 0x804EAF) is unknown color: approx Studio. HEX triplet: 80, 4E and AF. RGB value is (128,78,175). Sum of RGB (Red+Green+Blue) = 128+78+175=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #804EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804EAF is #7FB150. Grayscale: #676767. Windows color (decimal): -8368465 or 11488896. OLE color: 11488896.

HSL color Cylindrical-coordinate representation of color #804EAF: hue angle of 270.93º 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 #804EAF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12878175-
CMYK0.270.5500.31
HSL270.93º38.34%49.61%-
HSV(B)270.93º55.43%68.63%-
XYZ19.3613.1342.07-
YUV104.01168.06145.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=33.60%
G=20.47%
B=45.93%

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
Decimal128781750.270.5500.31270.9338.3449.61
Hex804EAF1B3701F10f2632
Octal20011625733670374174662
Binary1000000010011101010111111011110111011111100001111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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