#8042AF

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

Shades of Studio #8042AF

Tints of Studio #8042AF

Color information

#8042AF (or 0x8042AF) is unknown color: approx Studio. HEX triplet: 80, 42 and AF. RGB value is (128,66,175). Sum of RGB (Red+Green+Blue) = 128+66+175=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #8042AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042AF is #7FBD50. Grayscale: #606060. Windows color (decimal): -8371537 or 11485824. OLE color: 11485824.

HSL color Cylindrical-coordinate representation of color #8042AF: hue angle of 274.13º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8042AF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12866175-
CMYK0.270.6200.31
HSL274.13º45.23%47.25%-
HSV(B)274.13º62.29%68.63%-
XYZ18.5911.5841.81-
YUV96.96172.04150.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=34.69%
G=17.89%
B=47.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128661750.270.6200.31274.1345.2347.25
Hex8042AF1B3E01F1122d2f
Octal20010225733760374225557
Binary1000000010000101010111111011111110011111100010010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8042AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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