#AF8CC4

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

Shades of East Side #AF8CC4

Tints of East Side #AF8CC4

Color information

#AF8CC4 (or 0xAF8CC4) is unknown color: approx East Side. HEX triplet: AF, 8C and C4. RGB value is (175,140,196). Sum of RGB (Red+Green+Blue) = 175+140+196=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF8CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CC4 is #50733B. Grayscale: #9C9C9C. Windows color (decimal): -5272380 or 12881071. OLE color: 12881071.

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

Color convert

RGB175140196-
CMYK0.110.2900.23
HSL277.5º32.18%65.88%-
HSV(B)277.5º28.57%76.86%-
XYZ37.0231.8656.42-
YUV156.85150.1140.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=34.25%
G=27.40%
B=38.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751401960.110.2900.23277.532.1865.88
HexAF8CC4B1D0171162042
Octal257214304133502742640102
Binary1010111110001100110001001011111010101111000101101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CC4; }

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

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

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

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

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

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

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

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