Html Css Color HEX #AF89BB East Side

📋 copy color: '#AF89BB'

red 175 ◦ green 137 ◦ blue 187

#AF89BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AF89BB

Tints of East Side #AF89BB

RGB

 RED value IS 175 (68.75% from 255) = 35.07%

 GREEN value IS 137 (53.91% from 255) = 27.45%

 BLUE value IS 187 (73.44% from 255) = 37.47%

R = 35.07%
G = 27.45%
B = 37.47%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF89BB (or 0xAF89BB) is known color: East Side. HEX triplet: AF, 89 and BB. RGB value is (175,137,187). Sum of RGB (Red+Green+Blue) = 175+137+187=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF89BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89BB is #507644. Grayscale: #999999. Windows color (decimal): -5273157 or 12290479. OLE color: 12290479.

HSL color Cylindrical-coordinate representation of color #AF89BB: hue angle of 285.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF89BB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 137 187 -
CMYK 0.06 0.27 0 0.27
HSL 285.6º 0.27% 0.64% -
HSV(B) 285.6º 0.27% 0.73% -
XYZ 35.59 30.59 51.04 -
YUV 154.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 175 137 187 0.06 0.27 0 0.27 285.6 0.27 0.64
Hex AF 89 BB 6 1B 0 1B 11E 1B 40
Octal 257 211 273 6 33 0 33 436 33 100
Binary 10101111 10001001 10111011 110 11011 0 11011 100011110 11011 1000000

Color Harmonies of #AF89BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89BB

Black with #AF89BB

Text Example


Text Example

White with #AF89BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89BB; }

 p { color: rgb(175,137,187); }

 H1.HeaderClassName
 {
   color: #AF89BB;
 }
 .AnyTagClassName
 {
   color: #AF89BB;
 }
</style>

background-color css

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

 a { background-color: rgb(175,137,187); }

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

border-color css

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

 span { border-color: rgb(175,137,187); }

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