Html Css Color HEX #AF96BA East Side

📋 copy color: '#AF96BA'

red 175 ◦ green 150 ◦ blue 186

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

Shades of East Side #AF96BA

Tints of East Side #AF96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.35%

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

R = 34.25%
G = 29.35%
B = 36.4%

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

#AF96BA (or 0xAF96BA) is known color: East Side. HEX triplet: AF, 96 and BA. RGB value is (175,150,186). Sum of RGB (Red+Green+Blue) = 175+150+186=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96BA is #506945. Grayscale: #A1A1A1. Windows color (decimal): -5269830 or 12228271. OLE color: 12228271.

HSL color Cylindrical-coordinate representation of color #AF96BA: hue angle of 281.67º degrees, saturation: 0.21, 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 #AF96BA is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 150 186 -
CMYK 0.06 0.19 0 0.27
HSL 281.67º 0.21% 0.66% -
HSV(B) 281.67º 0.19% 0.73% -
XYZ 37.45 34.47 51.13 -
YUV 161.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 175 150 186 0.06 0.19 0 0.27 281.67 0.21 0.66
Hex AF 96 BA 6 13 0 1B 11A 15 42
Octal 257 226 272 6 23 0 33 432 25 102
Binary 10101111 10010110 10111010 110 10011 0 11011 100011010 10101 1000010

Color Harmonies of #AF96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96BA

Black with #AF96BA

Text Example


Text Example

White with #AF96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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