Html Css Color HEX #A71DF7 Blue Violet

📋 copy color: '#A71DF7'

red 167 ◦ green 29 ◦ blue 247

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

Shades of Blue Violet #A71DF7

Tints of Blue Violet #A71DF7

RGB

 RED value IS 167 (65.63% from 255) = 37.7%

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

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

R = 37.7%
G = 6.55%
B = 55.76%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A71DF7 (or 0xA71DF7) is known color: Blue Violet. HEX triplet: A7, 1D and F7. RGB value is (167,29,247). Sum of RGB (Red+Green+Blue) = 167+29+247=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #A71DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DF7 is #58E208. Grayscale: #5E5E5E. Windows color (decimal): -5825033 or 16194983. OLE color: 16194983.

HSL color Cylindrical-coordinate representation of color #A71DF7: hue angle of 277.98º 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 #A71DF7 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 167 29 247 -
CMYK 0.32 0.88 0 0.03
HSL 277.98º 0.93% 0.54% -
HSV(B) 277.98º 0.88% 0.97% -
XYZ 33.16 15.81 89.3 -
YUV 95.11 213.72 179.27 -
System Red Green Blue C M Y K H S L
Decimal 167 29 247 0.32 0.88 0 0.03 277.98 0.93 0.54
Hex A7 1D F7 20 58 0 3 116 5D 36
Octal 247 35 367 40 130 0 3 426 135 66
Binary 10100111 11101 11110111 100000 1011000 0 11 100010110 1011101 110110

Color Harmonies of #A71DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DF7

Black with #A71DF7

Text Example


Text Example

White with #A71DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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