Html Css Color HEX #8052A4 Studio

📋 copy color: '#8052A4'

red 128 ◦ green 82 ◦ blue 164

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

Shades of Studio #8052A4

Tints of Studio #8052A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.85%

R = 34.22%
G = 21.93%
B = 43.85%

CMYK

 C value IS 0.22

 M value IS 0.5

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8052A4 (or 0x8052A4) is known color: Studio. HEX triplet: 80, 52 and A4. RGB value is (128,82,164). Sum of RGB (Red+Green+Blue) = 128+82+164=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #8052A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052A4 is #7FAD5B. Grayscale: #686868. Windows color (decimal): -8367452 or 10769024. OLE color: 10769024.

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

Color convert

RGB 128 82 164 -
CMYK 0.22 0.5 0 0.36
HSL 273.66º 0.33% 0.48% -
HSV(B) 273.66º 0.5% 0.64% -
XYZ 18.62 13.3 36.71 -
YUV 105.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 128 82 164 0.22 0.5 0 0.36 273.66 0.33 0.48
Hex 80 52 A4 16 32 0 24 112 21 30
Octal 200 122 244 26 62 0 44 422 41 60
Binary 10000000 1010010 10100100 10110 110010 0 100100 100010010 100001 110000

Color Harmonies of #8052A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052A4

Black with #8052A4

Text Example


Text Example

White with #8052A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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