#8048AB

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

Shades of Studio #8048AB

Tints of Studio #8048AB

Color information

#8048AB (or 0x8048AB) is unknown color: approx Studio. HEX triplet: 80, 48 and AB. RGB value is (128,72,171). Sum of RGB (Red+Green+Blue) = 128+72+171=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8048AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8048AB is #7FB754. Grayscale: #636363. Windows color (decimal): -8370005 or 11225216. OLE color: 11225216.

HSL color Cylindrical-coordinate representation of color #8048AB: hue angle of 273.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8048AB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12872171-
CMYK0.250.5800.33
HSL273.94º40.74%47.65%-
HSV(B)273.94º57.89%67.06%-
XYZ18.5712.1639.9-
YUV100.03168.05147.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=34.50%
G=19.41%
B=46.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128721710.250.5800.33273.9440.7447.65
Hex8048AB193A0211122930
Octal20011025331720414225160
Binary10000000100100010101011110011110100100001100010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8048AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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