#AF7DCE

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

Shades of East Side #AF7DCE

Tints of East Side #AF7DCE

Color information

#AF7DCE (or 0xAF7DCE) is unknown color: approx East Side. HEX triplet: AF, 7D and CE. RGB value is (175,125,206). Sum of RGB (Red+Green+Blue) = 175+125+206=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF7DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DCE is #508231. Grayscale: #949494. Windows color (decimal): -5276210 or 13532591. OLE color: 13532591.

HSL color Cylindrical-coordinate representation of color #AF7DCE: hue angle of 277.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF7DCE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175125206-
CMYK0.150.3900.19
HSL277.04º45.25%64.9%-
HSV(B)277.04º39.32%80.78%-
XYZ36.1528.2461.94-
YUV149.18160.06146.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=34.58%
G=24.70%
B=40.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751252060.150.3900.19277.0445.2564.9
HexAF7DCEF270131152d41
Octal257175316174702342555101
Binary1010111111111011100111011111001110100111000101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DCE; }

 p { color: rgb(175,125,206); }

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

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

 a { background-color: rgb(175,125,206); }

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

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

 span { border-color: rgb(175,125,206); }

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