#8052AD

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

Shades of Studio #8052AD

Tints of Studio #8052AD

Color information

#8052AD (or 0x8052AD) is unknown color: approx Studio. HEX triplet: 80, 52 and AD. RGB value is (128,82,173). Sum of RGB (Red+Green+Blue) = 128+82+173=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #8052AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8052AD is #7FAD52. Grayscale: #696969. Windows color (decimal): -8367443 or 11358848. OLE color: 11358848.

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

Color convert

RGB12882173-
CMYK0.260.5300.32
HSL270.33º35.69%50%-
HSV(B)270.33º52.6%67.84%-
XYZ19.4613.6441.14-
YUV106.13165.74143.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 82 (32.42% from 255) = 21.41%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=33.42%
G=21.41%
B=45.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128821730.260.5300.32270.3335.6950
Hex8052AD1A3502010e2432
Octal20012225532650404164462
Binary10000000101001010101101110101101010100000100001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8052AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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