Html Css Color HEX #AB5AF8 Medium Purple

📋 copy color: '#AB5AF8'

red 171 ◦ green 90 ◦ blue 248

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

Shades of Medium Purple #AB5AF8

Tints of Medium Purple #AB5AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.72%

R = 33.6%
G = 17.68%
B = 48.72%

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

#AB5AF8 (or 0xAB5AF8) is known color: Medium Purple. HEX triplet: AB, 5A and F8. RGB value is (171,90,248). Sum of RGB (Red+Green+Blue) = 171+90+248=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB5AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AF8 is #54A507. Grayscale: #838383. Windows color (decimal): -5547272 or 16276139. OLE color: 16276139.

HSL color Cylindrical-coordinate representation of color #AB5AF8: hue angle of 270.76º degrees, saturation: 0.92, 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 #AB5AF8 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 90 248 -
CMYK 0.31 0.64 0 0.03
HSL 270.76º 0.92% 0.66% -
HSV(B) 270.76º 0.64% 0.97% -
XYZ 37.39 22.75 91.23 -
YUV 132.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 171 90 248 0.31 0.64 0 0.03 270.76 0.92 0.66
Hex AB 5A F8 1F 40 0 3 10F 5C 42
Octal 253 132 370 37 100 0 3 417 134 102
Binary 10101011 1011010 11111000 11111 1000000 0 11 100001111 1011100 1000010

Color Harmonies of #AB5AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AF8

Black with #AB5AF8

Text Example


Text Example

White with #AB5AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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