#8057AD

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

Shades of Studio #8057AD

Tints of Studio #8057AD

Color information

#8057AD (or 0x8057AD) is unknown color: approx Studio. HEX triplet: 80, 57 and AD. RGB value is (128,87,173). Sum of RGB (Red+Green+Blue) = 128+87+173=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #8057AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8057AD is #7FA852. Grayscale: #6C6C6C. Windows color (decimal): -8366163 or 11360128. OLE color: 11360128.

HSL color Cylindrical-coordinate representation of color #8057AD: hue angle of 268.6º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8057AD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12887173-
CMYK0.260.5000.32
HSL268.6º34.4%50.98%-
HSV(B)268.6º49.71%67.84%-
XYZ19.8514.4241.27-
YUV109.06164.08141.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.99%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=32.99%
G=22.42%
B=44.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128871730.260.5000.32268.634.450.98
Hex8057AD1A3202010d2233
Octal20012725532620404154263
Binary10000000101011110101101110101100100100000100001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8057AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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