#AF8EBD

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

Shades of East Side #AF8EBD

Tints of East Side #AF8EBD

Color information

#AF8EBD (or 0xAF8EBD) is unknown color: approx East Side. HEX triplet: AF, 8E and BD. RGB value is (175,142,189). Sum of RGB (Red+Green+Blue) = 175+142+189=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF8EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EBD is #507142. Grayscale: #9D9D9D. Windows color (decimal): -5271875 or 12422831. OLE color: 12422831.

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

Color convert

RGB175142189-
CMYK0.070.2500.26
HSL282.13º26.26%64.9%-
HSV(B)282.13º24.87%74.12%-
XYZ36.5432.1352.42-
YUV157.22145.93140.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=34.58%
G=28.06%
B=37.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751421890.070.2500.26282.1326.2664.9
HexAF8EBD71901A11a1a41
Octal25721627573103243232101
Binary10101111100011101011110111111001011010100011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EBD; }

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

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

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

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

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

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

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

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