Html Css Color HEX #AB7CF6 Medium Purple

📋 copy color: '#AB7CF6'

red 171 ◦ green 124 ◦ blue 246

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

Shades of Medium Purple #AB7CF6

Tints of Medium Purple #AB7CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 31.61%
G = 22.92%
B = 45.47%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB7CF6 (or 0xAB7CF6) is known color: Medium Purple. HEX triplet: AB, 7C and F6. RGB value is (171,124,246). Sum of RGB (Red+Green+Blue) = 171+124+246=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB7CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CF6 is #548309. Grayscale: #979797. Windows color (decimal): -5538570 or 16153771. OLE color: 16153771.

HSL color Cylindrical-coordinate representation of color #AB7CF6: hue angle of 263.11º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7CF6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 124 246 -
CMYK 0.30 0.50 0 0.04
HSL 263.11º 0.87% 0.73% -
HSV(B) 263.11º 0.5% 0.96% -
XYZ 40.64 29.73 90.78 -
YUV 151.96 181.07 141.58 -
System Red Green Blue C M Y K H S L
Decimal 171 124 246 0.30 0.50 0 0.04 263.11 0.87 0.73
Hex AB 7C F6 1E 32 0 4 107 57 49
Octal 253 174 366 36 62 0 4 407 127 111
Binary 10101011 1111100 11110110 11110 110010 0 100 100000111 1010111 1001001

Color Harmonies of #AB7CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CF6

Black with #AB7CF6

Text Example


Text Example

White with #AB7CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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