#AF8DC4

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

Shades of East Side #AF8DC4

Tints of East Side #AF8DC4

Color information

#AF8DC4 (or 0xAF8DC4) is unknown color: approx East Side. HEX triplet: AF, 8D and C4. RGB value is (175,141,196). Sum of RGB (Red+Green+Blue) = 175+141+196=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF8DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DC4 is #50723B. Grayscale: #9D9D9D. Windows color (decimal): -5272124 or 12881327. OLE color: 12881327.

HSL color Cylindrical-coordinate representation of color #AF8DC4: hue angle of 277.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF8DC4 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175141196-
CMYK0.110.2800.23
HSL277.09º31.79%66.08%-
HSV(B)277.09º28.06%76.86%-
XYZ37.1732.1556.47-
YUV157.44149.76140.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 141 (55.47% from 255) = 27.54%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=34.18%
G=27.54%
B=38.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751411960.110.2800.23277.0931.7966.08
HexAF8DC4B1C0171152042
Octal257215304133402742540102
Binary1010111110001101110001001011111000101111000101011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DC4; }

 p { color: rgb(175,141,196); }

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

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

 a { background-color: rgb(175,141,196); }

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

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

 span { border-color: rgb(175,141,196); }

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