#804AAB

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

Shades of Studio #804AAB

Tints of Studio #804AAB

Color information

#804AAB (or 0x804AAB) is unknown color: approx Studio. HEX triplet: 80, 4A and AB. RGB value is (128,74,171). Sum of RGB (Red+Green+Blue) = 128+74+171=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #804AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804AAB is #7FB554. Grayscale: #646464. Windows color (decimal): -8369493 or 11225728. OLE color: 11225728.

HSL color Cylindrical-coordinate representation of color #804AAB: hue angle of 273.4º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804AAB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12874171-
CMYK0.250.5700.33
HSL273.4º39.59%48.04%-
HSV(B)273.4º56.73%67.06%-
XYZ18.712.4339.94-
YUV101.2167.39147.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.32%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=34.32%
G=19.84%
B=45.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128741710.250.5700.33273.439.5948.04
Hex804AAB19390211112830
Octal20011225331710414215060
Binary10000000100101010101011110011110010100001100010001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,74,171); }

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

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

 a { background-color: rgb(128,74,171); }

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

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

 span { border-color: rgb(128,74,171); }

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