Html Css Color HEX #8052AA Studio

📋 copy color: '#8052AA'

red 128 ◦ green 82 ◦ blue 170

#8052AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #8052AA

Tints of Studio #8052AA

RGB

 RED value IS 128 (50.39% from 255) = 33.68%

 GREEN value IS 82 (32.42% from 255) = 21.58%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 33.68%
G = 21.58%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8052AA (or 0x8052AA) is known color: Studio. HEX triplet: 80, 52 and AA. RGB value is (128,82,170). Sum of RGB (Red+Green+Blue) = 128+82+170=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #8052AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052AA is #7FAD55. Grayscale: #696969. Windows color (decimal): -8367446 or 11162240. OLE color: 11162240.

HSL color Cylindrical-coordinate representation of color #8052AA: hue angle of 271.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8052AA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 82 170 -
CMYK 0.25 0.52 0 0.33
HSL 271.36º 0.35% 0.49% -
HSV(B) 271.36º 0.52% 0.67% -
XYZ 19.18 13.53 39.63 -
YUV 105.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 128 82 170 0.25 0.52 0 0.33 271.36 0.35 0.49
Hex 80 52 AA 19 34 0 21 10F 23 31
Octal 200 122 252 31 64 0 41 417 43 61
Binary 10000000 1010010 10101010 11001 110100 0 100001 100001111 100011 110001

Color Harmonies of #8052AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052AA

Black with #8052AA

Text Example


Text Example

White with #8052AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8052AA; }

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

 H1.HeaderClassName
 {
   color: #8052AA;
 }
 .AnyTagClassName
 {
   color: #8052AA;
 }
</style>

background-color css

<style>
 a { background-color: #8052AA; }

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

 div.DivClassName
 {
   background-color: #8052AA;
 }
 .BgClassName
 {
   background-color: #8052AA;
 }
</style>

border-color css

<style>
 span { border-color: #8052AA; }

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

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