#AF8AC4

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

Shades of East Side #AF8AC4

Tints of East Side #AF8AC4

Color information

#AF8AC4 (or 0xAF8AC4) is unknown color: approx East Side. HEX triplet: AF, 8A and C4. RGB value is (175,138,196). Sum of RGB (Red+Green+Blue) = 175+138+196=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF8AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AC4 is #50753B. Grayscale: #9B9B9B. Windows color (decimal): -5272892 or 12880559. OLE color: 12880559.

HSL color Cylindrical-coordinate representation of color #AF8AC4: hue angle of 278.28º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8AC4 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175138196-
CMYK0.110.3000.23
HSL278.28º32.95%65.49%-
HSV(B)278.28º29.59%76.86%-
XYZ36.7331.2856.33-
YUV155.67150.76141.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 138 (54.30% from 255) = 27.11%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=34.38%
G=27.11%
B=38.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751381960.110.3000.23278.2832.9565.49
HexAF8AC4B1E0171162141
Octal257212304133602742641101
Binary1010111110001010110001001011111100101111000101101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AC4; }

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

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

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

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

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

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

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

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