#AF7CD7

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

Shades of East Side #AF7CD7

Tints of East Side #AF7CD7

Color information

#AF7CD7 (or 0xAF7CD7) is unknown color: approx East Side. HEX triplet: AF, 7C and D7. RGB value is (175,124,215). Sum of RGB (Red+Green+Blue) = 175+124+215=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF7CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CD7 is #508328. Grayscale: #959595. Windows color (decimal): -5276457 or 14122159. OLE color: 14122159.

HSL color Cylindrical-coordinate representation of color #AF7CD7: hue angle of 273.63º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7CD7 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175124215-
CMYK0.190.4200.16
HSL273.63º53.22%66.47%-
HSV(B)273.63º42.33%84.31%-
XYZ37.1528.4467.82-
YUV149.62164.9146.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 124 (48.83% from 255) = 24.12%
BLUE value IS 215 (84.38% from 255) = 41.83%
R=34.05%
G=24.12%
B=41.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751242150.190.4200.16273.6353.2266.47
HexAF7CD7132A0101123542
Octal257174327235202042265102
Binary10101111111110011010111100111010100100001000100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7CD7; }

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

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

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

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

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

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

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

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