Html Css Color HEX #AB5EF0 Medium Purple

📋 copy color: '#AB5EF0'

red 171 ◦ green 94 ◦ blue 240

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

Shades of Medium Purple #AB5EF0

Tints of Medium Purple #AB5EF0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.61%

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

R = 33.86%
G = 18.61%
B = 47.52%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB5EF0 (or 0xAB5EF0) is known color: Medium Purple. HEX triplet: AB, 5E and F0. RGB value is (171,94,240). Sum of RGB (Red+Green+Blue) = 171+94+240=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB5EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EF0 is #54A10F. Grayscale: #858585. Windows color (decimal): -5546256 or 15752875. OLE color: 15752875.

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

Color convert

RGB 171 94 240 -
CMYK 0.29 0.61 0 0.06
HSL 271.64º 0.83% 0.65% -
HSV(B) 271.64º 0.61% 0.94% -
XYZ 36.53 22.95 84.94 -
YUV 133.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 171 94 240 0.29 0.61 0 0.06 271.64 0.83 0.65
Hex AB 5E F0 1D 3D 0 6 110 53 41
Octal 253 136 360 35 75 0 6 420 123 101
Binary 10101011 1011110 11110000 11101 111101 0 110 100010000 1010011 1000001

Color Harmonies of #AB5EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EF0

Black with #AB5EF0

Text Example


Text Example

White with #AB5EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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