#AF90BD

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

Shades of East Side #AF90BD

Tints of East Side #AF90BD

Color information

#AF90BD (or 0xAF90BD) is unknown color: approx East Side. HEX triplet: AF, 90 and BD. RGB value is (175,144,189). Sum of RGB (Red+Green+Blue) = 175+144+189=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BD is #506F42. Grayscale: #9E9E9E. Windows color (decimal): -5271363 or 12423343. OLE color: 12423343.

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

Color convert

RGB175144189-
CMYK0.070.2400.26
HSL281.33º25.42%65.29%-
HSV(B)281.33º23.81%74.12%-
XYZ36.8432.7352.52-
YUV158.4145.27139.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=34.45%
G=28.35%
B=37.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751441890.070.2400.26281.3325.4265.29
HexAF90BD71801A1191941
Octal25722027573003243131101
Binary10101111100100001011110111111000011010100011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90BD; }

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

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

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

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

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

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

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

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