#804BAA

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

Shades of Studio #804BAA

Tints of Studio #804BAA

Color information

#804BAA (or 0x804BAA) is unknown color: approx Studio. HEX triplet: 80, 4B and AA. RGB value is (128,75,170). Sum of RGB (Red+Green+Blue) = 128+75+170=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #804BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804BAA is #7FB455. Grayscale: #656565. Windows color (decimal): -8369238 or 11160448. OLE color: 11160448.

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

Color convert

RGB12875170-
CMYK0.250.5600.33
HSL273.47º38.78%48.04%-
HSV(B)273.47º55.88%66.67%-
XYZ18.6712.5239.46-
YUV101.68166.56146.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.32%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=34.32%
G=20.11%
B=45.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128751700.250.5600.33273.4738.7848.04
Hex804BAA19380211112730
Octal20011325231700414214760
Binary10000000100101110101010110011110000100001100010001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,75,170); }

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

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

 a { background-color: rgb(128,75,170); }

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

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

 span { border-color: rgb(128,75,170); }

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