Html Css Color HEX #AB7DB9 East Side

📋 copy color: '#AB7DB9'

red 171 ◦ green 125 ◦ blue 185

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

Shades of East Side #AB7DB9

Tints of East Side #AB7DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.99%

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

R = 35.55%
G = 25.99%
B = 38.46%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB7DB9 (or 0xAB7DB9) is known color: East Side. HEX triplet: AB, 7D and B9. RGB value is (171,125,185). Sum of RGB (Red+Green+Blue) = 171+125+185=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DB9 is #548246. Grayscale: #919191. Windows color (decimal): -5538375 or 12156331. OLE color: 12156331.

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

Color convert

RGB 171 125 185 -
CMYK 0.08 0.32 0 0.27
HSL 286º 0.3% 0.61% -
HSV(B) 286º 0.32% 0.73% -
XYZ 32.89 26.83 49.34 -
YUV 145.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 171 125 185 0.08 0.32 0 0.27 286 0.3 0.61
Hex AB 7D B9 8 20 0 1B 11E 1E 3D
Octal 253 175 271 10 40 0 33 436 36 75
Binary 10101011 1111101 10111001 1000 100000 0 11011 100011110 11110 111101

Color Harmonies of #AB7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DB9

Black with #AB7DB9

Text Example


Text Example

White with #AB7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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