Html Css Color HEX #AB7DB1 East Side

📋 copy color: '#AB7DB1'

red 171 ◦ green 125 ◦ blue 177

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

Shades of East Side #AB7DB1

Tints of East Side #AB7DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 36.15%
G = 26.43%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB7DB1 (or 0xAB7DB1) is known color: East Side. HEX triplet: AB, 7D and B1. RGB value is (171,125,177). Sum of RGB (Red+Green+Blue) = 171+125+177=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB7DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DB1 is #54824E. Grayscale: #909090. Windows color (decimal): -5538383 or 11632043. OLE color: 11632043.

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

Color convert

RGB 171 125 177 -
CMYK 0.03 0.29 0 0.31
HSL 293.08º 0.25% 0.59% -
HSV(B) 293.08º 0.29% 0.69% -
XYZ 32.06 26.5 45.02 -
YUV 144.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 171 125 177 0.03 0.29 0 0.31 293.08 0.25 0.59
Hex AB 7D B1 3 1D 0 1F 125 19 3B
Octal 253 175 261 3 35 0 37 445 31 73
Binary 10101011 1111101 10110001 11 11101 0 11111 100100101 11001 111011

Color Harmonies of #AB7DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DB1

Black with #AB7DB1

Text Example


Text Example

White with #AB7DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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