Html Css Color HEX #AF99BB East Side

📋 copy color: '#AF99BB'

red 175 ◦ green 153 ◦ blue 187

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

Shades of East Side #AF99BB

Tints of East Side #AF99BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.71%

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

R = 33.98%
G = 29.71%
B = 36.31%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF99BB (or 0xAF99BB) is known color: East Side. HEX triplet: AF, 99 and BB. RGB value is (175,153,187). Sum of RGB (Red+Green+Blue) = 175+153+187=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF99BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BB is #506644. Grayscale: #A3A3A3. Windows color (decimal): -5269061 or 12294575. OLE color: 12294575.

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

Color convert

RGB 175 153 187 -
CMYK 0.06 0.18 0 0.27
HSL 278.82º 0.2% 0.67% -
HSV(B) 278.82º 0.18% 0.73% -
XYZ 38.04 35.48 51.86 -
YUV 163.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 175 153 187 0.06 0.18 0 0.27 278.82 0.2 0.67
Hex AF 99 BB 6 12 0 1B 117 14 43
Octal 257 231 273 6 22 0 33 427 24 103
Binary 10101111 10011001 10111011 110 10010 0 11011 100010111 10100 1000011

Color Harmonies of #AF99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99BB

Black with #AF99BB

Text Example


Text Example

White with #AF99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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