#8057AF

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

Shades of Studio #8057AF

Tints of Studio #8057AF

Color information

#8057AF (or 0x8057AF) is unknown color: approx Studio. HEX triplet: 80, 57 and AF. RGB value is (128,87,175). Sum of RGB (Red+Green+Blue) = 128+87+175=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #8057AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8057AF is #7FA850. Grayscale: #6C6C6C. Windows color (decimal): -8366161 or 11491200. OLE color: 11491200.

HSL color Cylindrical-coordinate representation of color #8057AF: hue angle of 267.95º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8057AF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12887175-
CMYK0.270.5000.31
HSL267.95º35.48%51.37%-
HSV(B)267.95º50.29%68.63%-
XYZ20.0514.542.3-
YUV109.29165.08141.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 175 (68.75% from 255) = 44.87%
R=32.82%
G=22.31%
B=44.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128871750.270.5000.31267.9535.4851.37
Hex8057AF1B3201F10c2333
Octal20012725733620374144363
Binary1000000010101111010111111011110010011111100001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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