Html Css Color HEX #AB7CFE Medium Purple

📋 copy color: '#AB7CFE'

red 171 ◦ green 124 ◦ blue 254

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

Shades of Medium Purple #AB7CFE

Tints of Medium Purple #AB7CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.59%

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

R = 31.15%
G = 22.59%
B = 46.27%

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

#AB7CFE (or 0xAB7CFE) is known color: Medium Purple. HEX triplet: AB, 7C and FE. RGB value is (171,124,254). Sum of RGB (Red+Green+Blue) = 171+124+254=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CFE is #548301. Grayscale: #989898. Windows color (decimal): -5538562 or 16678059. OLE color: 16678059.

HSL color Cylindrical-coordinate representation of color #AB7CFE: hue angle of 261.69º 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 #AB7CFE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 124 254 -
CMYK 0.33 0.51 0 0.00
HSL 261.69º 0.98% 0.74% -
HSV(B) 261.69º 0.51% 1% -
XYZ 41.89 30.23 97.39 -
YUV 152.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 171 124 254 0.33 0.51 0 0.00 261.69 0.98 0.74
Hex AB 7C FE 21 33 0 0 106 62 4A
Octal 253 174 376 41 63 0 0 406 142 112
Binary 10101011 1111100 11111110 100001 110011 0 0 100000110 1100010 1001010

Color Harmonies of #AB7CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CFE

Black with #AB7CFE

Text Example


Text Example

White with #AB7CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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