Html Css Color HEX #AF98BA East Side

📋 copy color: '#AF98BA'

red 175 ◦ green 152 ◦ blue 186

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

Shades of East Side #AF98BA

Tints of East Side #AF98BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 34.11%
G = 29.63%
B = 36.26%

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

#AF98BA (or 0xAF98BA) is known color: East Side. HEX triplet: AF, 98 and BA. RGB value is (175,152,186). Sum of RGB (Red+Green+Blue) = 175+152+186=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98BA is #506745. Grayscale: #A2A2A2. Windows color (decimal): -5269318 or 12228783. OLE color: 12228783.

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

Color convert

RGB 175 152 186 -
CMYK 0.06 0.18 0 0.27
HSL 280.59º 0.2% 0.66% -
HSV(B) 280.59º 0.18% 0.73% -
XYZ 37.77 35.12 51.24 -
YUV 162.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 175 152 186 0.06 0.18 0 0.27 280.59 0.2 0.66
Hex AF 98 BA 6 12 0 1B 119 14 42
Octal 257 230 272 6 22 0 33 431 24 102
Binary 10101111 10011000 10111010 110 10010 0 11011 100011001 10100 1000010

Color Harmonies of #AF98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98BA

Black with #AF98BA

Text Example


Text Example

White with #AF98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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