Html Css Color HEX #AB7FF1 Medium Purple

📋 copy color: '#AB7FF1'

red 171 ◦ green 127 ◦ blue 241

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

Shades of Medium Purple #AB7FF1

Tints of Medium Purple #AB7FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 31.73%
G = 23.56%
B = 44.71%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB7FF1 (or 0xAB7FF1) is known color: Medium Purple. HEX triplet: AB, 7F and F1. RGB value is (171,127,241). Sum of RGB (Red+Green+Blue) = 171+127+241=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7FF1 is #54800E. Grayscale: #989898. Windows color (decimal): -5537807 or 15826859. OLE color: 15826859.

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

Color convert

RGB 171 127 241 -
CMYK 0.29 0.47 0 0.05
HSL 263.16º 0.8% 0.72% -
HSV(B) 263.16º 0.47% 0.95% -
XYZ 40.26 30.19 86.92 -
YUV 153.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 171 127 241 0.29 0.47 0 0.05 263.16 0.8 0.72
Hex AB 7F F1 1D 2F 0 5 107 50 48
Octal 253 177 361 35 57 0 5 407 120 110
Binary 10101011 1111111 11110001 11101 101111 0 101 100000111 1010000 1001000

Color Harmonies of #AB7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7FF1

Black with #AB7FF1

Text Example


Text Example

White with #AB7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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