Html Css Color HEX #AB5FFA Medium Purple

📋 copy color: '#AB5FFA'

red 171 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #AB5FFA

Tints of Medium Purple #AB5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.41%

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

R = 33.14%
G = 18.41%
B = 48.45%

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

#AB5FFA (or 0xAB5FFA) is known color: Medium Purple. HEX triplet: AB, 5F and FA. RGB value is (171,95,250). Sum of RGB (Red+Green+Blue) = 171+95+250=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5FFA is #54A005. Grayscale: #868686. Windows color (decimal): -5545990 or 16408491. OLE color: 16408491.

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

Color convert

RGB 171 95 250 -
CMYK 0.32 0.62 0 0.02
HSL 269.42º 0.94% 0.68% -
HSV(B) 269.42º 0.62% 0.98% -
XYZ 38.14 23.74 93.02 -
YUV 135.39 192.68 153.4 -
System Red Green Blue C M Y K H S L
Decimal 171 95 250 0.32 0.62 0 0.02 269.42 0.94 0.68
Hex AB 5F FA 20 3E 0 2 10D 5E 44
Octal 253 137 372 40 76 0 2 415 136 104
Binary 10101011 1011111 11111010 100000 111110 0 10 100001101 1011110 1000100

Color Harmonies of #AB5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FFA

Black with #AB5FFA

Text Example


Text Example

White with #AB5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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