#AF7CCD

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

Shades of East Side #AF7CCD

Tints of East Side #AF7CCD

Color information

#AF7CCD (or 0xAF7CCD) is unknown color: approx East Side. HEX triplet: AF, 7C and CD. RGB value is (175,124,205). Sum of RGB (Red+Green+Blue) = 175+124+205=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF7CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CCD is #508332. Grayscale: #949494. Windows color (decimal): -5276467 or 13466799. OLE color: 13466799.

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

Color convert

RGB175124205-
CMYK0.150.4000.20
HSL277.78º44.75%64.51%-
HSV(B)277.78º39.51%80.39%-
XYZ35.9127.9461.26-
YUV148.48159.9146.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=34.72%
G=24.60%
B=40.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751242050.150.4000.20277.7844.7564.51
HexAF7CCDF280141162d41
Octal257174315175002442655101
Binary1010111111111001100110111111010000101001000101101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CCD; }

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

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

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

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

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

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

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

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