Html Css Color HEX #A01DF7 Blue Violet

📋 copy color: '#A01DF7'

red 160 ◦ green 29 ◦ blue 247

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

Shades of Blue Violet #A01DF7

Tints of Blue Violet #A01DF7

RGB

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

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

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

R = 36.7%
G = 6.65%
B = 56.65%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A01DF7 (or 0xA01DF7) is known color: Blue Violet. HEX triplet: A0, 1D and F7. RGB value is (160,29,247). Sum of RGB (Red+Green+Blue) = 160+29+247=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #A01DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A01DF7 is #5FE208. Grayscale: #5C5C5C. Windows color (decimal): -6283785 or 16194976. OLE color: 16194976.

HSL color Cylindrical-coordinate representation of color #A01DF7: hue angle of 276.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01DF7 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 29 247 -
CMYK 0.35 0.88 0 0.03
HSL 276.06º 0.93% 0.54% -
HSV(B) 276.06º 0.88% 0.97% -
XYZ 31.73 15.07 89.23 -
YUV 93.02 214.9 175.77 -
System Red Green Blue C M Y K H S L
Decimal 160 29 247 0.35 0.88 0 0.03 276.06 0.93 0.54
Hex A0 1D F7 23 58 0 3 114 5D 36
Octal 240 35 367 43 130 0 3 424 135 66
Binary 10100000 11101 11110111 100011 1011000 0 11 100010100 1011101 110110

Color Harmonies of #A01DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DF7

Black with #A01DF7

Text Example


Text Example

White with #A01DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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