Html Css Color HEX #AB7DFC Medium Purple

📋 copy color: '#AB7DFC'

red 171 ◦ green 125 ◦ blue 252

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

Shades of Medium Purple #AB7DFC

Tints of Medium Purple #AB7DFC

RGB

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

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

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

R = 31.2%
G = 22.81%
B = 45.99%

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

#AB7DFC (or 0xAB7DFC) is known color: Medium Purple. HEX triplet: AB, 7D and FC. RGB value is (171,125,252). Sum of RGB (Red+Green+Blue) = 171+125+252=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB7DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DFC is #548203. Grayscale: #989898. Windows color (decimal): -5538308 or 16547243. OLE color: 16547243.

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

Color convert

RGB 171 125 252 -
CMYK 0.32 0.50 0 0.01
HSL 261.73º 0.95% 0.74% -
HSV(B) 261.73º 0.5% 0.99% -
XYZ 41.7 30.35 95.76 -
YUV 153.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 171 125 252 0.32 0.50 0 0.01 261.73 0.95 0.74
Hex AB 7D FC 20 32 0 1 106 5F 4A
Octal 253 175 374 40 62 0 1 406 137 112
Binary 10101011 1111101 11111100 100000 110010 0 1 100000110 1011111 1001010

Color Harmonies of #AB7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DFC

Black with #AB7DFC

Text Example


Text Example

White with #AB7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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