Html Css Color HEX #8052A2 Studio

📋 copy color: '#8052A2'

red 128 ◦ green 82 ◦ blue 162

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

Shades of Studio #8052A2

Tints of Studio #8052A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.55%

R = 34.41%
G = 22.04%
B = 43.55%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8052A2 (or 0x8052A2) is known color: Studio. HEX triplet: 80, 52 and A2. RGB value is (128,82,162). Sum of RGB (Red+Green+Blue) = 128+82+162=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #8052A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052A2 is #7FAD5D. Grayscale: #686868. Windows color (decimal): -8367454 or 10637952. OLE color: 10637952.

HSL color Cylindrical-coordinate representation of color #8052A2: hue angle of 274.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8052A2 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 82 162 -
CMYK 0.21 0.49 0 0.36
HSL 274.5º 0.33% 0.48% -
HSV(B) 274.5º 0.49% 0.64% -
XYZ 18.44 13.23 35.76 -
YUV 104.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 128 82 162 0.21 0.49 0 0.36 274.5 0.33 0.48
Hex 80 52 A2 15 31 0 24 112 21 30
Octal 200 122 242 25 61 0 44 422 41 60
Binary 10000000 1010010 10100010 10101 110001 0 100100 100010010 100001 110000

Color Harmonies of #8052A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052A2

Black with #8052A2

Text Example


Text Example

White with #8052A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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