#AF82C9

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

Shades of East Side #AF82C9

Tints of East Side #AF82C9

Color information

#AF82C9 (or 0xAF82C9) is unknown color: approx East Side. HEX triplet: AF, 82 and C9. RGB value is (175,130,201). Sum of RGB (Red+Green+Blue) = 175+130+201=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF82C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82C9 is #507D36. Grayscale: #979797. Windows color (decimal): -5274935 or 13206191. OLE color: 13206191.

HSL color Cylindrical-coordinate representation of color #AF82C9: hue angle of 278.03º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF82C9 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175130201-
CMYK0.130.3500.21
HSL278.03º39.66%64.9%-
HSV(B)278.03º35.32%78.82%-
XYZ36.229.359-
YUV151.55155.91144.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 201 (78.91% from 255) = 39.72%
R=34.58%
G=25.69%
B=39.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751302010.130.3500.21278.0339.6664.9
HexAF82C9D230151162841
Octal257202311154302542650101
Binary10101111100000101100100111011000110101011000101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82C9; }

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

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

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

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

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

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

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

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