Html Css Color HEX #AB5CF9 Medium Purple

📋 copy color: '#AB5CF9'

red 171 ◦ green 92 ◦ blue 249

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

Shades of Medium Purple #AB5CF9

Tints of Medium Purple #AB5CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 33.4%
G = 17.97%
B = 48.63%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB5CF9 (or 0xAB5CF9) is known color: Medium Purple. HEX triplet: AB, 5C and F9. RGB value is (171,92,249). Sum of RGB (Red+Green+Blue) = 171+92+249=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB5CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CF9 is #54A306. Grayscale: #848484. Windows color (decimal): -5546759 or 16342187. OLE color: 16342187.

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

Color convert

RGB 171 92 249 -
CMYK 0.31 0.63 0 0.02
HSL 270.19º 0.93% 0.67% -
HSV(B) 270.19º 0.63% 0.98% -
XYZ 37.72 23.15 92.1 -
YUV 133.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 171 92 249 0.31 0.63 0 0.02 270.19 0.93 0.67
Hex AB 5C F9 1F 3F 0 2 10E 5D 43
Octal 253 134 371 37 77 0 2 416 135 103
Binary 10101011 1011100 11111001 11111 111111 0 10 100001110 1011101 1000011

Color Harmonies of #AB5CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CF9

Black with #AB5CF9

Text Example


Text Example

White with #AB5CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CF9; }

 p { color: rgb(171,92,249); }

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

background-color css

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

 a { background-color: rgb(171,92,249); }

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

border-color css

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

 span { border-color: rgb(171,92,249); }

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