#8042AB

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

Shades of Studio #8042AB

Tints of Studio #8042AB

Color information

#8042AB (or 0x8042AB) is unknown color: approx Studio. HEX triplet: 80, 42 and AB. RGB value is (128,66,171). Sum of RGB (Red+Green+Blue) = 128+66+171=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #8042AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042AB is #7FBD54. Grayscale: #606060. Windows color (decimal): -8371541 or 11223680. OLE color: 11223680.

HSL color Cylindrical-coordinate representation of color #8042AB: hue angle of 275.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8042AB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12866171-
CMYK0.250.6100.33
HSL275.43º44.3%46.47%-
HSV(B)275.43º61.4%67.06%-
XYZ18.211.4339.77-
YUV96.51170.04150.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=35.07%
G=18.08%
B=46.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128661710.250.6100.33275.4344.346.47
Hex8042AB193D0211132c2e
Octal20010225331750414235456
Binary10000000100001010101011110011111010100001100010011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8042AB; }

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

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

<style>
 a { background-color: #8042AB; }

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

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

<style>
 span { border-color: #8042AB; }

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

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