Html Css Color HEX #AB7DBF East Side

📋 copy color: '#AB7DBF'

red 171 ◦ green 125 ◦ blue 191

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

Shades of East Side #AB7DBF

Tints of East Side #AB7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.22%

R = 35.11%
G = 25.67%
B = 39.22%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB7DBF (or 0xAB7DBF) is known color: East Side. HEX triplet: AB, 7D and BF. RGB value is (171,125,191). Sum of RGB (Red+Green+Blue) = 171+125+191=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DBF is #548240. Grayscale: #929292. Windows color (decimal): -5538369 or 12549547. OLE color: 12549547.

HSL color Cylindrical-coordinate representation of color #AB7DBF: hue angle of 281.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7DBF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 125 191 -
CMYK 0.10 0.35 0 0.25
HSL 281.82º 0.34% 0.62% -
HSV(B) 281.82º 0.35% 0.75% -
XYZ 33.53 27.09 52.75 -
YUV 146.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 171 125 191 0.10 0.35 0 0.25 281.82 0.34 0.62
Hex AB 7D BF A 23 0 19 11A 22 3E
Octal 253 175 277 12 43 0 31 432 42 76
Binary 10101011 1111101 10111111 1010 100011 0 11001 100011010 100010 111110

Color Harmonies of #AB7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DBF

Black with #AB7DBF

Text Example


Text Example

White with #AB7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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