Html Css Color HEX #AB96BD East Side

📋 copy color: '#AB96BD'

red 171 ◦ green 150 ◦ blue 189

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

Shades of East Side #AB96BD

Tints of East Side #AB96BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 33.53%
G = 29.41%
B = 37.06%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB96BD (or 0xAB96BD) is known color: East Side. HEX triplet: AB, 96 and BD. RGB value is (171,150,189). Sum of RGB (Red+Green+Blue) = 171+150+189=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96BD is #546942. Grayscale: #A0A0A0. Windows color (decimal): -5531971 or 12424875. OLE color: 12424875.

HSL color Cylindrical-coordinate representation of color #AB96BD: hue angle of 272.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB96BD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 150 189 -
CMYK 0.10 0.21 0 0.26
HSL 272.31º 0.23% 0.66% -
HSV(B) 272.31º 0.21% 0.74% -
XYZ 36.89 34.14 52.79 -
YUV 160.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 171 150 189 0.10 0.21 0 0.26 272.31 0.23 0.66
Hex AB 96 BD A 15 0 1A 110 17 42
Octal 253 226 275 12 25 0 32 420 27 102
Binary 10101011 10010110 10111101 1010 10101 0 11010 100010000 10111 1000010

Color Harmonies of #AB96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96BD

Black with #AB96BD

Text Example


Text Example

White with #AB96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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