Html Css Color HEX #AB5AF7 Medium Purple

📋 copy color: '#AB5AF7'

red 171 ◦ green 90 ◦ blue 247

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

Shades of Medium Purple #AB5AF7

Tints of Medium Purple #AB5AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.72%

 BLUE value IS 247 (96.88% from 255) = 48.62%

R = 33.66%
G = 17.72%
B = 48.62%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB5AF7 (or 0xAB5AF7) is known color: Medium Purple. HEX triplet: AB, 5A and F7. RGB value is (171,90,247). Sum of RGB (Red+Green+Blue) = 171+90+247=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB5AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AF7 is #54A508. Grayscale: #838383. Windows color (decimal): -5547273 or 16210603. OLE color: 16210603.

HSL color Cylindrical-coordinate representation of color #AB5AF7: hue angle of 270.96º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB5AF7 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 90 247 -
CMYK 0.31 0.64 0 0.03
HSL 270.96º 0.91% 0.66% -
HSV(B) 270.96º 0.64% 0.97% -
XYZ 37.24 22.69 90.41 -
YUV 132.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 171 90 247 0.31 0.64 0 0.03 270.96 0.91 0.66
Hex AB 5A F7 1F 40 0 3 10F 5B 42
Octal 253 132 367 37 100 0 3 417 133 102
Binary 10101011 1011010 11110111 11111 1000000 0 11 100001111 1011011 1000010

Color Harmonies of #AB5AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AF7

Black with #AB5AF7

Text Example


Text Example

White with #AB5AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AF7; }

 p { color: rgb(171,90,247); }

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

background-color css

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

 a { background-color: rgb(171,90,247); }

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

border-color css

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

 span { border-color: rgb(171,90,247); }

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