Html Css Color HEX #AB7DFE Medium Purple

📋 copy color: '#AB7DFE'

red 171 ◦ green 125 ◦ blue 254

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

Shades of Medium Purple #AB7DFE

Tints of Medium Purple #AB7DFE

RGB

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

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

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

R = 31.09%
G = 22.73%
B = 46.18%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB7DFE (or 0xAB7DFE) is known color: Medium Purple. HEX triplet: AB, 7D and FE. RGB value is (171,125,254). Sum of RGB (Red+Green+Blue) = 171+125+254=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DFE is #548201. Grayscale: #989898. Windows color (decimal): -5538306 or 16678315. OLE color: 16678315.

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

Color convert

RGB 171 125 254 -
CMYK 0.33 0.51 0 0.00
HSL 261.4º 0.98% 0.74% -
HSV(B) 261.4º 0.51% 1% -
XYZ 42.02 30.48 97.43 -
YUV 153.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 171 125 254 0.33 0.51 0 0.00 261.4 0.98 0.74
Hex AB 7D FE 21 33 0 0 105 62 4A
Octal 253 175 376 41 63 0 0 405 142 112
Binary 10101011 1111101 11111110 100001 110011 0 0 100000101 1100010 1001010

Color Harmonies of #AB7DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DFE

Black with #AB7DFE

Text Example


Text Example

White with #AB7DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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