#8045AB

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

Shades of Studio #8045AB

Tints of Studio #8045AB

Color information

#8045AB (or 0x8045AB) is unknown color: approx Studio. HEX triplet: 80, 45 and AB. RGB value is (128,69,171). Sum of RGB (Red+Green+Blue) = 128+69+171=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #8045AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8045AB is #7FBA54. Grayscale: #616161. Windows color (decimal): -8370773 or 11224448. OLE color: 11224448.

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

Color convert

RGB12869171-
CMYK0.250.6000.33
HSL274.71º42.5%47.06%-
HSV(B)274.71º59.65%67.06%-
XYZ18.3811.7939.83-
YUV98.27169.05149.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=34.78%
G=18.75%
B=46.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128691710.250.6000.33274.7142.547.06
Hex8045AB193C0211132a2f
Octal20010525331740414235257
Binary10000000100010110101011110011111000100001100010011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8045AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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