Html Css Color HEX #AB7DDB Medium Purple

📋 copy color: '#AB7DDB'

red 171 ◦ green 125 ◦ blue 219

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

Shades of Medium Purple #AB7DDB

Tints of Medium Purple #AB7DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 33.2%
G = 24.27%
B = 42.52%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB7DDB (or 0xAB7DDB) is known color: Medium Purple. HEX triplet: AB, 7D and DB. RGB value is (171,125,219). Sum of RGB (Red+Green+Blue) = 171+125+219=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DDB is #548224. Grayscale: #959595. Windows color (decimal): -5538341 or 14384555. OLE color: 14384555.

HSL color Cylindrical-coordinate representation of color #AB7DDB: hue angle of 269.36º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7DDB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 125 219 -
CMYK 0.22 0.43 0 0.14
HSL 269.36º 0.57% 0.67% -
HSV(B) 269.36º 0.43% 0.86% -
XYZ 36.91 28.44 70.56 -
YUV 149.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 171 125 219 0.22 0.43 0 0.14 269.36 0.57 0.67
Hex AB 7D DB 16 2B 0 E 10D 39 43
Octal 253 175 333 26 53 0 16 415 71 103
Binary 10101011 1111101 11011011 10110 101011 0 1110 100001101 111001 1000011

Color Harmonies of #AB7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DDB

Black with #AB7DDB

Text Example


Text Example

White with #AB7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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