#AF90BC

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

Shades of East Side #AF90BC

Tints of East Side #AF90BC

Color information

#AF90BC (or 0xAF90BC) is unknown color: approx East Side. HEX triplet: AF, 90 and BC. RGB value is (175,144,188). Sum of RGB (Red+Green+Blue) = 175+144+188=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BC is #506F43. Grayscale: #9E9E9E. Windows color (decimal): -5271364 or 12357807. OLE color: 12357807.

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

Color convert

RGB175144188-
CMYK0.070.2300.26
HSL282.27º24.72%65.1%-
HSV(B)282.27º23.4%73.73%-
XYZ36.7332.6951.95-
YUV158.28144.77139.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=34.52%
G=28.40%
B=37.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751441880.070.2300.26282.2724.7265.1
HexAF90BC71701A11a1941
Octal25722027472703243231101
Binary10101111100100001011110011110111011010100011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90BC; }

 p { color: rgb(175,144,188); }

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

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

 a { background-color: rgb(175,144,188); }

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

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

 span { border-color: rgb(175,144,188); }

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