#8040A2

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

Shades of Studio #8040A2

Tints of Studio #8040A2

Color information

#8040A2 (or 0x8040A2) is unknown color: approx Studio. HEX triplet: 80, 40 and A2. RGB value is (128,64,162). Sum of RGB (Red+Green+Blue) = 128+64+162=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #8040A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8040A2 is #7FBF5D. Grayscale: #5D5D5D. Windows color (decimal): -8372062 or 10633344. OLE color: 10633344.

HSL color Cylindrical-coordinate representation of color #8040A2: hue angle of 279.18º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8040A2 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12864162-
CMYK0.210.6000.36
HSL279.18º43.36%44.31%-
HSV(B)279.18º60.49%63.53%-
XYZ17.2610.8635.37-
YUV94.31166.2152.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=36.16%
G=18.08%
B=45.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal128641620.210.6000.36279.1843.3644.31
Hex8040A2153C0241172b2c
Octal20010024225740444275354
Binary10000000100000010100010101011111000100100100010111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8040A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8040A2; }

 p { color: rgb(128,64,162); }

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

<style>
 a { background-color: #8040A2; }

 a { background-color: rgb(128,64,162); }

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

<style>
 span { border-color: #8040A2; }

 span { border-color: rgb(128,64,162); }

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