#AF7EBD

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

Shades of East Side #AF7EBD

Tints of East Side #AF7EBD

Color information

#AF7EBD (or 0xAF7EBD) is unknown color: approx East Side. HEX triplet: AF, 7E and BD. RGB value is (175,126,189). Sum of RGB (Red+Green+Blue) = 175+126+189=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF7EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EBD is #508142. Grayscale: #939393. Windows color (decimal): -5275971 or 12418735. OLE color: 12418735.

HSL color Cylindrical-coordinate representation of color #AF7EBD: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7EBD is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175126189-
CMYK0.070.3300.26
HSL286.67º32.31%61.76%-
HSV(B)286.67º33.33%74.12%-
XYZ34.3327.7151.68-
YUV147.83151.23147.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=35.71%
G=25.71%
B=38.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751261890.070.3300.26286.6732.3161.76
HexAF7EBD72101A11f203e
Octal2571762757410324374076
Binary10101111111111010111101111100001011010100011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EBD; }

 p { color: rgb(175,126,189); }

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

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

 a { background-color: rgb(175,126,189); }

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

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

 span { border-color: rgb(175,126,189); }

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