#8045AA

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

Shades of Studio #8045AA

Tints of Studio #8045AA

Color information

#8045AA (or 0x8045AA) is unknown color: approx Studio. HEX triplet: 80, 45 and AA. RGB value is (128,69,170). Sum of RGB (Red+Green+Blue) = 128+69+170=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #8045AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8045AA is #7FBA55. Grayscale: #616161. Windows color (decimal): -8370774 or 11158912. OLE color: 11158912.

HSL color Cylindrical-coordinate representation of color #8045AA: hue angle of 275.05º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8045AA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12869170-
CMYK0.250.5900.33
HSL275.05º42.26%46.86%-
HSV(B)275.05º59.41%66.67%-
XYZ18.2911.7539.33-
YUV98.16168.55149.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=34.88%
G=18.80%
B=46.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128691700.250.5900.33275.0542.2646.86
Hex8045AA193B0211132a2f
Octal20010525231730414235257
Binary10000000100010110101010110011110110100001100010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8045AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,69,170); }

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

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

 a { background-color: rgb(128,69,170); }

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

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

 span { border-color: rgb(128,69,170); }

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