#8252AA

Color #8252AA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #8252AA

Tints of Studio #8252AA

Color information

#8252AA (or 0x8252AA) is unknown color: approx 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

RGB13082170-
CMYK0.240.5200.33
HSL272.73º34.92%49.41%-
HSV(B)272.73º51.76%66.67%-
XYZ19.4813.6839.64-
YUV106.38163.9144.84-

RGB Variations

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

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.80% from 255) = 44.50%
R=34.03%
G=21.47%
B=44.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130821700.240.5200.33272.7334.9249.41
Hex8252AA18340211112331
Octal20212225230640414214361
Binary10000010101001010101010110001101000100001100010001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8252AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>