Html Css Color HEX #AB96B7 East Side

📋 copy color: '#AB96B7'

red 171 ◦ green 150 ◦ blue 183

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

Shades of East Side #AB96B7

Tints of East Side #AB96B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.31%

R = 33.93%
G = 29.76%
B = 36.31%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB96B7 (or 0xAB96B7) is known color: East Side. HEX triplet: AB, 96 and B7. RGB value is (171,150,183). Sum of RGB (Red+Green+Blue) = 171+150+183=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB96B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96B7 is #546948. Grayscale: #9F9F9F. Windows color (decimal): -5531977 or 12031659. OLE color: 12031659.

HSL color Cylindrical-coordinate representation of color #AB96B7: hue angle of 278.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB96B7 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 150 183 -
CMYK 0.07 0.18 0 0.28
HSL 278.18º 0.19% 0.65% -
HSV(B) 278.18º 0.18% 0.72% -
XYZ 36.25 33.89 49.43 -
YUV 160.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 171 150 183 0.07 0.18 0 0.28 278.18 0.19 0.65
Hex AB 96 B7 7 12 0 1C 116 13 41
Octal 253 226 267 7 22 0 34 426 23 101
Binary 10101011 10010110 10110111 111 10010 0 11100 100010110 10011 1000001

Color Harmonies of #AB96B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96B7

Black with #AB96B7

Text Example


Text Example

White with #AB96B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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