Html Css Color HEX #8252AA Studio

📋 copy color: '#8252AA'

red 130 ◦ green 82 ◦ blue 170

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

Shades of Studio #8252AA

Tints of Studio #8252AA

RGB

 RED value IS 130 (51.17% from 255) = 34.03%

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

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

R = 34.03%
G = 21.47%
B = 44.5%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8252AA (or 0x8252AA) is known color: Studio. HEX triplet: 82, 52 and AA. RGB value is (130,82,170). Sum of RGB (Red+Green+Blue) = 130+82+170=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #8252AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8252AA is #7DAD55. Grayscale: #6A6A6A. Windows color (decimal): -8236374 or 11162242. OLE color: 11162242.

HSL color Cylindrical-coordinate representation of color #8252AA: hue angle of 272.73º 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 #8252AA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 82 170 -
CMYK 0.24 0.52 0 0.33
HSL 272.73º 0.35% 0.49% -
HSV(B) 272.73º 0.52% 0.67% -
XYZ 19.48 13.68 39.64 -
YUV 106.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 130 82 170 0.24 0.52 0 0.33 272.73 0.35 0.49
Hex 82 52 AA 18 34 0 21 111 23 31
Octal 202 122 252 30 64 0 41 421 43 61
Binary 10000010 1010010 10101010 11000 110100 0 100001 100010001 100011 110001

Color Harmonies of #8252AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8252AA

Black with #8252AA

Text Example


Text Example

White with #8252AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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