#AF8CBF

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

Shades of East Side #AF8CBF

Tints of East Side #AF8CBF

Color information

#AF8CBF (or 0xAF8CBF) is unknown color: approx East Side. HEX triplet: AF, 8C and BF. RGB value is (175,140,191). Sum of RGB (Red+Green+Blue) = 175+140+191=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF8CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CBF is #507340. Grayscale: #9C9C9C. Windows color (decimal): -5272385 or 12553391. OLE color: 12553391.

HSL color Cylindrical-coordinate representation of color #AF8CBF: hue angle of 281.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8CBF is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175140191-
CMYK0.080.2700.25
HSL281.18º28.49%64.9%-
HSV(B)281.18º26.7%74.9%-
XYZ36.4631.6353.47-
YUV156.28147.6141.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 191 (75% from 255) = 37.75%
R=34.58%
G=27.67%
B=37.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751401910.080.2700.25281.1828.4964.9
HexAF8CBF81B0191191c41
Octal257214277103303143134101
Binary101011111000110010111111100011011011001100011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CBF; }

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

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

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

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

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

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

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

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