Html Css Color HEX #AB61F1 Medium Purple

📋 copy color: '#AB61F1'

red 171 ◦ green 97 ◦ blue 241

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

Shades of Medium Purple #AB61F1

Tints of Medium Purple #AB61F1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.06%

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

R = 33.6%
G = 19.06%
B = 47.35%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB61F1 (or 0xAB61F1) is known color: Medium Purple. HEX triplet: AB, 61 and F1. RGB value is (171,97,241). Sum of RGB (Red+Green+Blue) = 171+97+241=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB61F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61F1 is #549E0E. Grayscale: #878787. Windows color (decimal): -5545487 or 15819179. OLE color: 15819179.

HSL color Cylindrical-coordinate representation of color #AB61F1: hue angle of 270.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB61F1 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 97 241 -
CMYK 0.29 0.60 0 0.05
HSL 270.83º 0.84% 0.66% -
HSV(B) 270.83º 0.6% 0.95% -
XYZ 36.95 23.56 85.82 -
YUV 135.54 187.52 153.29 -
System Red Green Blue C M Y K H S L
Decimal 171 97 241 0.29 0.60 0 0.05 270.83 0.84 0.66
Hex AB 61 F1 1D 3C 0 5 10F 54 42
Octal 253 141 361 35 74 0 5 417 124 102
Binary 10101011 1100001 11110001 11101 111100 0 101 100001111 1010100 1000010

Color Harmonies of #AB61F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61F1

Black with #AB61F1

Text Example


Text Example

White with #AB61F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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