Html Css Color HEX #AB7EFE Medium Purple

📋 copy color: '#AB7EFE'

red 171 ◦ green 126 ◦ blue 254

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

Shades of Medium Purple #AB7EFE

Tints of Medium Purple #AB7EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 31.03%
G = 22.87%
B = 46.1%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB7EFE (or 0xAB7EFE) is known color: Medium Purple. HEX triplet: AB, 7E and FE. RGB value is (171,126,254). Sum of RGB (Red+Green+Blue) = 171+126+254=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EFE is #548101. Grayscale: #999999. Windows color (decimal): -5538050 or 16678571. OLE color: 16678571.

HSL color Cylindrical-coordinate representation of color #AB7EFE: hue angle of 261.09º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7EFE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 126 254 -
CMYK 0.33 0.50 0 0.00
HSL 261.09º 0.98% 0.75% -
HSV(B) 261.09º 0.5% 1% -
XYZ 42.14 30.74 97.48 -
YUV 154.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 171 126 254 0.33 0.50 0 0.00 261.09 0.98 0.75
Hex AB 7E FE 21 32 0 0 105 62 4B
Octal 253 176 376 41 62 0 0 405 142 113
Binary 10101011 1111110 11111110 100001 110010 0 0 100000101 1100010 1001011

Color Harmonies of #AB7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EFE

Black with #AB7EFE

Text Example


Text Example

White with #AB7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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