Html Css Color HEX #AB61F0 Medium Purple

📋 copy color: '#AB61F0'

red 171 ◦ green 97 ◦ blue 240

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

Shades of Medium Purple #AB61F0

Tints of Medium Purple #AB61F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 33.66%
G = 19.09%
B = 47.24%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB61F0 (or 0xAB61F0) is known color: Medium Purple. HEX triplet: AB, 61 and F0. RGB value is (171,97,240). Sum of RGB (Red+Green+Blue) = 171+97+240=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB61F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB61F0 is #549E0F. Grayscale: #868686. Windows color (decimal): -5545488 or 15753643. OLE color: 15753643.

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

Color convert

RGB 171 97 240 -
CMYK 0.29 0.60 0 0.06
HSL 271.05º 0.83% 0.66% -
HSV(B) 271.05º 0.6% 0.94% -
XYZ 36.8 23.5 85.03 -
YUV 135.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 171 97 240 0.29 0.60 0 0.06 271.05 0.83 0.66
Hex AB 61 F0 1D 3C 0 6 10F 53 42
Octal 253 141 360 35 74 0 6 417 123 102
Binary 10101011 1100001 11110000 11101 111100 0 110 100001111 1010011 1000010

Color Harmonies of #AB61F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB61F0

Black with #AB61F0

Text Example


Text Example

White with #AB61F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB61F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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