Html Css Color HEX #AB7EFD Medium Purple

📋 copy color: '#AB7EFD'

red 171 ◦ green 126 ◦ blue 253

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

Shades of Medium Purple #AB7EFD

Tints of Medium Purple #AB7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.91%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 31.09%
G = 22.91%
B = 46%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB7EFD (or 0xAB7EFD) is known color: Medium Purple. HEX triplet: AB, 7E and FD. RGB value is (171,126,253). Sum of RGB (Red+Green+Blue) = 171+126+253=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB7EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EFD is #548102. Grayscale: #999999. Windows color (decimal): -5538051 or 16613035. OLE color: 16613035.

HSL color Cylindrical-coordinate representation of color #AB7EFD: hue angle of 261.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7EFD is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 126 253 -
CMYK 0.32 0.50 0 0.01
HSL 261.26º 0.97% 0.74% -
HSV(B) 261.26º 0.5% 0.99% -
XYZ 41.99 30.67 96.64 -
YUV 153.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 171 126 253 0.32 0.50 0 0.01 261.26 0.97 0.74
Hex AB 7E FD 20 32 0 1 105 61 4A
Octal 253 176 375 40 62 0 1 405 141 112
Binary 10101011 1111110 11111101 100000 110010 0 1 100000101 1100001 1001010

Color Harmonies of #AB7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EFD

Black with #AB7EFD

Text Example


Text Example

White with #AB7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EFD; }

 p { color: rgb(171,126,253); }

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

background-color css

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

 a { background-color: rgb(171,126,253); }

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

border-color css

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

 span { border-color: rgb(171,126,253); }

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