#AF82CD

Color #AF82CD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF82CD

Tints of East Side #AF82CD

Color information

#AF82CD (or 0xAF82CD) is unknown color: approx East Side. HEX triplet: AF, 82 and CD. RGB value is (175,130,205). Sum of RGB (Red+Green+Blue) = 175+130+205=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF82CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82CD is #507D32. Grayscale: #979797. Windows color (decimal): -5274931 or 13468335. OLE color: 13468335.

HSL color Cylindrical-coordinate representation of color #AF82CD: hue angle of 276º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF82CD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175130205-
CMYK0.150.3700.20
HSL276º42.86%65.69%-
HSV(B)276º36.59%80.39%-
XYZ36.6829.4961.52-
YUV152157.91144.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=34.31%
G=25.49%
B=40.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751302050.150.3700.2027642.8665.69
HexAF82CDF250141142b42
Octal257202315174502442453102
Binary10101111100000101100110111111001010101001000101001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82CD; }

 p { color: rgb(175,130,205); }

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

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

 a { background-color: rgb(175,130,205); }

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

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

 span { border-color: rgb(175,130,205); }

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