Html Css Color HEX #AB7EFC Medium Purple

📋 copy color: '#AB7EFC'

red 171 ◦ green 126 ◦ blue 252

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

Shades of Medium Purple #AB7EFC

Tints of Medium Purple #AB7EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 31.15%
G = 22.95%
B = 45.9%

CMYK

 C value IS 0.32

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB7EFC (or 0xAB7EFC) is known color: Medium Purple. HEX triplet: AB, 7E and FC. RGB value is (171,126,252). Sum of RGB (Red+Green+Blue) = 171+126+252=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EFC is #548103. Grayscale: #999999. Windows color (decimal): -5538052 or 16547499. OLE color: 16547499.

HSL color Cylindrical-coordinate representation of color #AB7EFC: hue angle of 261.43º degrees, saturation: 0.95, 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 #AB7EFC is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 126 252 -
CMYK 0.32 0.5 0 0.01
HSL 261.43º 0.95% 0.74% -
HSV(B) 261.43º 0.5% 0.99% -
XYZ 41.83 30.61 95.8 -
YUV 153.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 171 126 252 0.32 0.5 0 0.01 261.43 0.95 0.74
Hex AB 7E FC 20 32 0 1 105 5F 4A
Octal 253 176 374 40 62 0 1 405 137 112
Binary 10101011 1111110 11111100 100000 110010 0 1 100000101 1011111 1001010

Color Harmonies of #AB7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EFC

Black with #AB7EFC

Text Example


Text Example

White with #AB7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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