#8049AF

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

Shades of Studio #8049AF

Tints of Studio #8049AF

Color information

#8049AF (or 0x8049AF) is unknown color: approx Studio. HEX triplet: 80, 49 and AF. RGB value is (128,73,175). Sum of RGB (Red+Green+Blue) = 128+73+175=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #8049AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049AF is #7FB650. Grayscale: #646464. Windows color (decimal): -8369745 or 11487616. OLE color: 11487616.

HSL color Cylindrical-coordinate representation of color #8049AF: hue angle of 272.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8049AF is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12873175-
CMYK0.270.5800.31
HSL272.35º41.13%48.63%-
HSV(B)272.35º58.29%68.63%-
XYZ19.0212.4541.96-
YUV101.07169.72147.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=34.04%
G=19.41%
B=46.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128731750.270.5800.31272.3541.1348.63
Hex8049AF1B3A01F1102931
Octal20011125733720374205161
Binary1000000010010011010111111011111010011111100010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8049AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,73,175); }

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

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

 a { background-color: rgb(128,73,175); }

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

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

 span { border-color: rgb(128,73,175); }

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