#8453AA

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

Shades of Studio #8453AA

Tints of Studio #8453AA

Color information

#8453AA (or 0x8453AA) is unknown color: approx Studio. HEX triplet: 84, 53 and AA. RGB value is (132,83,170). Sum of RGB (Red+Green+Blue) = 132+83+170=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #8453AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8453AA is #7BAC55. Grayscale: #6B6B6B. Windows color (decimal): -8105046 or 11162500. OLE color: 11162500.

HSL color Cylindrical-coordinate representation of color #8453AA: hue angle of 273.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8453AA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13283170-
CMYK0.220.5100.33
HSL273.79º34.39%49.61%-
HSV(B)273.79º51.18%66.67%-
XYZ19.8613.9939.68-
YUV107.57163.23145.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=34.29%
G=21.56%
B=44.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132831700.220.5100.33273.7934.3949.61
Hex8453AA16330211122232
Octal20412325226630414224262
Binary10000100101001110101010101101100110100001100010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8453AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,83,170); }

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

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

 a { background-color: rgb(132,83,170); }

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

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

 span { border-color: rgb(132,83,170); }

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