Html Css Color HEX #AB7CDD Medium Purple

📋 copy color: '#AB7CDD'

red 171 ◦ green 124 ◦ blue 221

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

Shades of Medium Purple #AB7CDD

Tints of Medium Purple #AB7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.03%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 33.14%
G = 24.03%
B = 42.83%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB7CDD (or 0xAB7CDD) is known color: Medium Purple. HEX triplet: AB, 7C and DD. RGB value is (171,124,221). Sum of RGB (Red+Green+Blue) = 171+124+221=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CDD is #548322. Grayscale: #949494. Windows color (decimal): -5538595 or 14515371. OLE color: 14515371.

HSL color Cylindrical-coordinate representation of color #AB7CDD: hue angle of 269.07º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7CDD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 124 221 -
CMYK 0.23 0.44 0 0.13
HSL 269.07º 0.59% 0.68% -
HSV(B) 269.07º 0.44% 0.87% -
XYZ 37.05 28.29 71.91 -
YUV 149.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 171 124 221 0.23 0.44 0 0.13 269.07 0.59 0.68
Hex AB 7C DD 17 2C 0 D 10D 3B 44
Octal 253 174 335 27 54 0 15 415 73 104
Binary 10101011 1111100 11011101 10111 101100 0 1101 100001101 111011 1000100

Color Harmonies of #AB7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CDD

Black with #AB7CDD

Text Example


Text Example

White with #AB7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CDD; }

 p { color: rgb(171,124,221); }

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

background-color css

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

 a { background-color: rgb(171,124,221); }

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

border-color css

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

 span { border-color: rgb(171,124,221); }

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