#AF7DCD

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

Shades of East Side #AF7DCD

Tints of East Side #AF7DCD

Color information

#AF7DCD (or 0xAF7DCD) is unknown color: approx East Side. HEX triplet: AF, 7D and CD. RGB value is (175,125,205). Sum of RGB (Red+Green+Blue) = 175+125+205=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DCD is #508232. Grayscale: #949494. Windows color (decimal): -5276211 or 13467055. OLE color: 13467055.

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

Color convert

RGB175125205-
CMYK0.150.3900.20
HSL277.5º44.44%64.71%-
HSV(B)277.5º39.02%80.39%-
XYZ36.0328.1961.3-
YUV149.07159.56146.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=34.65%
G=24.75%
B=40.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751252050.150.3900.20277.544.4464.71
HexAF7DCDF270141162c41
Octal257175315174702442654101
Binary1010111111111011100110111111001110101001000101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DCD; }

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

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

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

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

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

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

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

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