Html Css Color HEX #AB91B0 East Side

📋 copy color: '#AB91B0'

red 171 ◦ green 145 ◦ blue 176

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

Shades of East Side #AB91B0

Tints of East Side #AB91B0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

 BLUE value IS 176 (69.14% from 255) = 35.77%

R = 34.76%
G = 29.47%
B = 35.77%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB91B0 (or 0xAB91B0) is known color: East Side. HEX triplet: AB, 91 and B0. RGB value is (171,145,176). Sum of RGB (Red+Green+Blue) = 171+145+176=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB91B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB91B0 is #546E4F. Grayscale: #9C9C9C. Windows color (decimal): -5533264 or 11571627. OLE color: 11571627.

HSL color Cylindrical-coordinate representation of color #AB91B0: hue angle of 290.32º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB91B0 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 145 176 -
CMYK 0.03 0.18 0 0.31
HSL 290.32º 0.16% 0.63% -
HSV(B) 290.32º 0.18% 0.69% -
XYZ 34.76 32.04 45.43 -
YUV 156.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 171 145 176 0.03 0.18 0 0.31 290.32 0.16 0.63
Hex AB 91 B0 3 12 0 1F 122 10 3F
Octal 253 221 260 3 22 0 37 442 20 77
Binary 10101011 10010001 10110000 11 10010 0 11111 100100010 10000 111111

Color Harmonies of #AB91B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91B0

Black with #AB91B0

Text Example


Text Example

White with #AB91B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91B0; }

 p { color: rgb(171,145,176); }

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

background-color css

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

 a { background-color: rgb(171,145,176); }

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

border-color css

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

 span { border-color: rgb(171,145,176); }

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