Html Css Color HEX #8052AB Studio

📋 copy color: '#8052AB'

red 128 ◦ green 82 ◦ blue 171

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

Shades of Studio #8052AB

Tints of Studio #8052AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 33.6%
G = 21.52%
B = 44.88%

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

#8052AB (or 0x8052AB) is known color: Studio. HEX triplet: 80, 52 and AB. RGB value is (128,82,171). Sum of RGB (Red+Green+Blue) = 128+82+171=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #8052AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052AB is #7FAD54. Grayscale: #696969. Windows color (decimal): -8367445 or 11227776. OLE color: 11227776.

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

Color convert

RGB 128 82 171 -
CMYK 0.25 0.52 0 0.33
HSL 271.01º 0.35% 0.5% -
HSV(B) 271.01º 0.52% 0.67% -
XYZ 19.27 13.56 40.13 -
YUV 105.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 128 82 171 0.25 0.52 0 0.33 271.01 0.35 0.5
Hex 80 52 AB 19 34 0 21 10F 23 32
Octal 200 122 253 31 64 0 41 417 43 62
Binary 10000000 1010010 10101011 11001 110100 0 100001 100001111 100011 110010

Color Harmonies of #8052AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052AB

Black with #8052AB

Text Example


Text Example

White with #8052AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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