#8452AF

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

Shades of Studio #8452AF

Tints of Studio #8452AF

Color information

#8452AF (or 0x8452AF) is unknown color: approx Studio. HEX triplet: 84, 52 and AF. RGB value is (132,82,175). Sum of RGB (Red+Green+Blue) = 132+82+175=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #8452AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8452AF is #7BAD50. Grayscale: #6B6B6B. Windows color (decimal): -8105297 or 11489924. OLE color: 11489924.

HSL color Cylindrical-coordinate representation of color #8452AF: hue angle of 272.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8452AF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13282175-
CMYK0.250.5300.31
HSL272.26º36.76%50.39%-
HSV(B)272.26º53.14%68.63%-
XYZ20.2714.0442.2-
YUV107.55166.06145.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=33.93%
G=21.08%
B=44.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132821750.250.5300.31272.2636.7650.39
Hex8452AF193501F1102532
Octal20412225731650374204562
Binary1000010010100101010111111001110101011111100010000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8452AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8452AF; }

 p { color: rgb(132,82,175); }

 H1.HeaderClassName
 {
   color: #8452AF;
 }
 .AnyTagClassName
 {
   color: #8452AF;
 }
</style>
background-color css

<style>
 a { background-color: #8452AF; }

 a { background-color: rgb(132,82,175); }

 div.DivClassName
 {
   background-color: #8452AF;
 }
 .BgClassName
 {
   background-color: #8452AF;
 }
</style>
border-color css

<style>
 span { border-color: #8452AF; }

 span { border-color: rgb(132,82,175); }

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