Html Css Color HEX #AB92B9 East Side

📋 copy color: '#AB92B9'

red 171 ◦ green 146 ◦ blue 185

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

Shades of East Side #AB92B9

Tints of East Side #AB92B9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 34.06%
G = 29.08%
B = 36.85%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB92B9 (or 0xAB92B9) is known color: East Side. HEX triplet: AB, 92 and B9. RGB value is (171,146,185). Sum of RGB (Red+Green+Blue) = 171+146+185=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB92B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92B9 is #546D46. Grayscale: #9D9D9D. Windows color (decimal): -5532999 or 12161707. OLE color: 12161707.

HSL color Cylindrical-coordinate representation of color #AB92B9: hue angle of 278.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB92B9 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 146 185 -
CMYK 0.08 0.21 0 0.27
HSL 278.46º 0.22% 0.65% -
HSV(B) 278.46º 0.21% 0.73% -
XYZ 35.83 32.72 50.33 -
YUV 157.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 171 146 185 0.08 0.21 0 0.27 278.46 0.22 0.65
Hex AB 92 B9 8 15 0 1B 116 16 41
Octal 253 222 271 10 25 0 33 426 26 101
Binary 10101011 10010010 10111001 1000 10101 0 11011 100010110 10110 1000001

Color Harmonies of #AB92B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92B9

Black with #AB92B9

Text Example


Text Example

White with #AB92B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92B9; }

 p { color: rgb(171,146,185); }

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

background-color css

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

 a { background-color: rgb(171,146,185); }

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

border-color css

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

 span { border-color: rgb(171,146,185); }

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