Html Css Color HEX #AF99BC East Side

📋 copy color: '#AF99BC'

red 175 ◦ green 153 ◦ blue 188

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

Shades of East Side #AF99BC

Tints of East Side #AF99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 33.91%
G = 29.65%
B = 36.43%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF99BC (or 0xAF99BC) is known color: East Side. HEX triplet: AF, 99 and BC. RGB value is (175,153,188). Sum of RGB (Red+Green+Blue) = 175+153+188=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF99BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99BC is #506643. Grayscale: #A3A3A3. Windows color (decimal): -5269060 or 12360111. OLE color: 12360111.

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

Color convert

RGB 175 153 188 -
CMYK 0.07 0.19 0 0.26
HSL 277.71º 0.21% 0.67% -
HSV(B) 277.71º 0.19% 0.74% -
XYZ 38.15 35.53 52.42 -
YUV 163.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 175 153 188 0.07 0.19 0 0.26 277.71 0.21 0.67
Hex AF 99 BC 7 13 0 1A 116 15 43
Octal 257 231 274 7 23 0 32 426 25 103
Binary 10101111 10011001 10111100 111 10011 0 11010 100010110 10101 1000011

Color Harmonies of #AF99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99BC

Black with #AF99BC

Text Example


Text Example

White with #AF99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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