Html Css Color HEX #AB7DEC Medium Purple

📋 copy color: '#AB7DEC'

red 171 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #AB7DEC

Tints of Medium Purple #AB7DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 32.14%
G = 23.5%
B = 44.36%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB7DEC (or 0xAB7DEC) is known color: Medium Purple. HEX triplet: AB, 7D and EC. RGB value is (171,125,236). Sum of RGB (Red+Green+Blue) = 171+125+236=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB7DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DEC is #548213. Grayscale: #979797. Windows color (decimal): -5538324 or 15498667. OLE color: 15498667.

HSL color Cylindrical-coordinate representation of color #AB7DEC: hue angle of 264.86º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB7DEC is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 125 236 -
CMYK 0.28 0.47 0 0.07
HSL 264.86º 0.74% 0.71% -
HSV(B) 264.86º 0.47% 0.93% -
XYZ 39.27 29.38 82.96 -
YUV 151.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 171 125 236 0.28 0.47 0 0.07 264.86 0.74 0.71
Hex AB 7D EC 1C 2F 0 7 109 4A 47
Octal 253 175 354 34 57 0 7 411 112 107
Binary 10101011 1111101 11101100 11100 101111 0 111 100001001 1001010 1000111

Color Harmonies of #AB7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DEC

Black with #AB7DEC

Text Example


Text Example

White with #AB7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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