Html Css Color HEX #AB6BF1 Medium Purple

📋 copy color: '#AB6BF1'

red 171 ◦ green 107 ◦ blue 241

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

Shades of Medium Purple #AB6BF1

Tints of Medium Purple #AB6BF1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

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

R = 32.95%
G = 20.62%
B = 46.44%

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

#AB6BF1 (or 0xAB6BF1) is known color: Medium Purple. HEX triplet: AB, 6B and F1. RGB value is (171,107,241). Sum of RGB (Red+Green+Blue) = 171+107+241=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB6BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6BF1 is #54940E. Grayscale: #8C8C8C. Windows color (decimal): -5542927 or 15821739. OLE color: 15821739.

HSL color Cylindrical-coordinate representation of color #AB6BF1: hue angle of 268.66º 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 #AB6BF1 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 107 241 -
CMYK 0.29 0.56 0 0.05
HSL 268.66º 0.83% 0.68% -
HSV(B) 268.66º 0.56% 0.95% -
XYZ 37.93 25.52 86.15 -
YUV 141.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 171 107 241 0.29 0.56 0 0.05 268.66 0.83 0.68
Hex AB 6B F1 1D 38 0 5 10D 53 44
Octal 253 153 361 35 70 0 5 415 123 104
Binary 10101011 1101011 11110001 11101 111000 0 101 100001101 1010011 1000100

Color Harmonies of #AB6BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6BF1

Black with #AB6BF1

Text Example


Text Example

White with #AB6BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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