Html Css Color HEX #AB5EFA Medium Purple

📋 copy color: '#AB5EFA'

red 171 ◦ green 94 ◦ blue 250

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

Shades of Medium Purple #AB5EFA

Tints of Medium Purple #AB5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 33.2%
G = 18.25%
B = 48.54%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB5EFA (or 0xAB5EFA) is known color: Medium Purple. HEX triplet: AB, 5E and FA. RGB value is (171,94,250). Sum of RGB (Red+Green+Blue) = 171+94+250=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB5EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EFA is #54A105. Grayscale: #868686. Windows color (decimal): -5546246 or 16408235. OLE color: 16408235.

HSL color Cylindrical-coordinate representation of color #AB5EFA: hue angle of 269.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5EFA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 94 250 -
CMYK 0.32 0.62 0 0.02
HSL 269.62º 0.94% 0.67% -
HSV(B) 269.62º 0.62% 0.98% -
XYZ 38.05 23.57 92.99 -
YUV 134.81 193.01 153.82 -
System Red Green Blue C M Y K H S L
Decimal 171 94 250 0.32 0.62 0 0.02 269.62 0.94 0.67
Hex AB 5E FA 20 3E 0 2 10E 5E 43
Octal 253 136 372 40 76 0 2 416 136 103
Binary 10101011 1011110 11111010 100000 111110 0 10 100001110 1011110 1000011

Color Harmonies of #AB5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EFA

Black with #AB5EFA

Text Example


Text Example

White with #AB5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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