Html Css Color HEX #AB7DE0 Medium Purple

📋 copy color: '#AB7DE0'

red 171 ◦ green 125 ◦ blue 224

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

Shades of Medium Purple #AB7DE0

Tints of Medium Purple #AB7DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 32.88%
G = 24.04%
B = 43.08%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB7DE0 (or 0xAB7DE0) is known color: Medium Purple. HEX triplet: AB, 7D and E0. RGB value is (171,125,224). Sum of RGB (Red+Green+Blue) = 171+125+224=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB7DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DE0 is #54821F. Grayscale: #959595. Windows color (decimal): -5538336 or 14712235. OLE color: 14712235.

HSL color Cylindrical-coordinate representation of color #AB7DE0: hue angle of 267.88º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7DE0 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 125 224 -
CMYK 0.24 0.44 0 0.12
HSL 267.88º 0.61% 0.68% -
HSV(B) 267.88º 0.44% 0.88% -
XYZ 37.58 28.71 74.08 -
YUV 150.04 169.74 142.95 -
System Red Green Blue C M Y K H S L
Decimal 171 125 224 0.24 0.44 0 0.12 267.88 0.61 0.68
Hex AB 7D E0 18 2C 0 C 10C 3D 44
Octal 253 175 340 30 54 0 14 414 75 104
Binary 10101011 1111101 11100000 11000 101100 0 1100 100001100 111101 1000100

Color Harmonies of #AB7DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DE0

Black with #AB7DE0

Text Example


Text Example

White with #AB7DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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