Html Css Color HEX #AB6AF1 Medium Purple

📋 copy color: '#AB6AF1'

red 171 ◦ green 106 ◦ blue 241

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

Shades of Medium Purple #AB6AF1

Tints of Medium Purple #AB6AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.46%

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 33.01%
G = 20.46%
B = 46.53%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB6AF1 (or 0xAB6AF1) is known color: Medium Purple. HEX triplet: AB, 6A and F1. RGB value is (171,106,241). Sum of RGB (Red+Green+Blue) = 171+106+241=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6AF1 is #54950E. Grayscale: #8C8C8C. Windows color (decimal): -5543183 or 15821483. OLE color: 15821483.

HSL color Cylindrical-coordinate representation of color #AB6AF1: hue angle of 268.89º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB6AF1 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 106 241 -
CMYK 0.29 0.56 0 0.05
HSL 268.89º 0.83% 0.68% -
HSV(B) 268.89º 0.56% 0.95% -
XYZ 37.83 25.32 86.11 -
YUV 140.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 171 106 241 0.29 0.56 0 0.05 268.89 0.83 0.68
Hex AB 6A F1 1D 38 0 5 10D 53 44
Octal 253 152 361 35 70 0 5 415 123 104
Binary 10101011 1101010 11110001 11101 111000 0 101 100001101 1010011 1000100

Color Harmonies of #AB6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6AF1

Black with #AB6AF1

Text Example


Text Example

White with #AB6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6AF1; }

 p { color: rgb(171,106,241); }

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

background-color css

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

 a { background-color: rgb(171,106,241); }

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

border-color css

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

 span { border-color: rgb(171,106,241); }

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