Html Css Color HEX #AB96BF East Side

📋 copy color: '#AB96BF'

red 171 ◦ green 150 ◦ blue 191

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

Shades of East Side #AB96BF

Tints of East Side #AB96BF

RGB

 RED value IS 171 (67.19% from 255) = 33.4%

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 33.4%
G = 29.3%
B = 37.3%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB96BF (or 0xAB96BF) is known color: East Side. HEX triplet: AB, 96 and BF. RGB value is (171,150,191). Sum of RGB (Red+Green+Blue) = 171+150+191=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96BF is #546940. Grayscale: #A0A0A0. Windows color (decimal): -5531969 or 12555947. OLE color: 12555947.

HSL color Cylindrical-coordinate representation of color #AB96BF: hue angle of 270.73º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB96BF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 150 191 -
CMYK 0.10 0.21 0 0.25
HSL 270.73º 0.24% 0.67% -
HSV(B) 270.73º 0.21% 0.75% -
XYZ 37.1 34.23 53.94 -
YUV 160.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 171 150 191 0.10 0.21 0 0.25 270.73 0.24 0.67
Hex AB 96 BF A 15 0 19 10F 18 43
Octal 253 226 277 12 25 0 31 417 30 103
Binary 10101011 10010110 10111111 1010 10101 0 11001 100001111 11000 1000011

Color Harmonies of #AB96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96BF

Black with #AB96BF

Text Example


Text Example

White with #AB96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96BF; }

 p { color: rgb(171,150,191); }

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

background-color css

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

 a { background-color: rgb(171,150,191); }

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

border-color css

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

 span { border-color: rgb(171,150,191); }

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