Html Css Color HEX #AB7DF6 Medium Purple

📋 copy color: '#AB7DF6'

red 171 ◦ green 125 ◦ blue 246

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

Shades of Medium Purple #AB7DF6

Tints of Medium Purple #AB7DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 31.55%
G = 23.06%
B = 45.39%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB7DF6 (or 0xAB7DF6) is known color: Medium Purple. HEX triplet: AB, 7D and F6. RGB value is (171,125,246). Sum of RGB (Red+Green+Blue) = 171+125+246=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB7DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DF6 is #548209. Grayscale: #989898. Windows color (decimal): -5538314 or 16154027. OLE color: 16154027.

HSL color Cylindrical-coordinate representation of color #AB7DF6: hue angle of 262.81º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7DF6 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 125 246 -
CMYK 0.30 0.49 0 0.04
HSL 262.81º 0.87% 0.73% -
HSV(B) 262.81º 0.49% 0.96% -
XYZ 40.76 29.98 90.83 -
YUV 152.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 171 125 246 0.30 0.49 0 0.04 262.81 0.87 0.73
Hex AB 7D F6 1E 31 0 4 107 57 49
Octal 253 175 366 36 61 0 4 407 127 111
Binary 10101011 1111101 11110110 11110 110001 0 100 100000111 1010111 1001001

Color Harmonies of #AB7DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DF6

Black with #AB7DF6

Text Example


Text Example

White with #AB7DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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