Html Css Color HEX #A01DF9 Blue Violet

📋 copy color: '#A01DF9'

red 160 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #A01DF9

Tints of Blue Violet #A01DF9

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

 GREEN value IS 29 (11.72% from 255) = 6.62%

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

R = 36.53%
G = 6.62%
B = 56.85%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A01DF9 (or 0xA01DF9) is known color: Blue Violet. HEX triplet: A0, 1D and F9. RGB value is (160,29,249). Sum of RGB (Red+Green+Blue) = 160+29+249=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #A01DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DF9 is #5FE206. Grayscale: #5C5C5C. Windows color (decimal): -6283783 or 16326048. OLE color: 16326048.

HSL color Cylindrical-coordinate representation of color #A01DF9: hue angle of 275.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01DF9 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 29 249 -
CMYK 0.36 0.88 0 0.02
HSL 275.73º 0.95% 0.55% -
HSV(B) 275.73º 0.88% 0.98% -
XYZ 32.04 15.19 90.87 -
YUV 93.25 215.9 175.61 -
System Red Green Blue C M Y K H S L
Decimal 160 29 249 0.36 0.88 0 0.02 275.73 0.95 0.55
Hex A0 1D F9 24 58 0 2 114 5F 37
Octal 240 35 371 44 130 0 2 424 137 67
Binary 10100000 11101 11111001 100100 1011000 0 10 100010100 1011111 110111

Color Harmonies of #A01DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DF9

Black with #A01DF9

Text Example


Text Example

White with #A01DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DF9; }

 p { color: rgb(160,29,249); }

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

background-color css

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

 a { background-color: rgb(160,29,249); }

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

border-color css

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

 span { border-color: rgb(160,29,249); }

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