Html Css Color HEX #AF98BB East Side

📋 copy color: '#AF98BB'

red 175 ◦ green 152 ◦ blue 187

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

Shades of East Side #AF98BB

Tints of East Side #AF98BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.57%

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

R = 34.05%
G = 29.57%
B = 36.38%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF98BB (or 0xAF98BB) is known color: East Side. HEX triplet: AF, 98 and BB. RGB value is (175,152,187). Sum of RGB (Red+Green+Blue) = 175+152+187=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF98BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98BB is #506744. Grayscale: #A2A2A2. Windows color (decimal): -5269317 or 12294319. OLE color: 12294319.

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

Color convert

RGB 175 152 187 -
CMYK 0.06 0.19 0 0.27
HSL 279.43º 0.2% 0.66% -
HSV(B) 279.43º 0.19% 0.73% -
XYZ 37.88 35.16 51.8 -
YUV 162.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 175 152 187 0.06 0.19 0 0.27 279.43 0.2 0.66
Hex AF 98 BB 6 13 0 1B 117 14 42
Octal 257 230 273 6 23 0 33 427 24 102
Binary 10101111 10011000 10111011 110 10011 0 11011 100010111 10100 1000010

Color Harmonies of #AF98BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98BB

Black with #AF98BB

Text Example


Text Example

White with #AF98BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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