Html Css Color HEX #A71DF6 Blue Violet

📋 copy color: '#A71DF6'

red 167 ◦ green 29 ◦ blue 246

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

Shades of Blue Violet #A71DF6

Tints of Blue Violet #A71DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.66%

R = 37.78%
G = 6.56%
B = 55.66%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A71DF6 (or 0xA71DF6) is known color: Blue Violet. HEX triplet: A7, 1D and F6. RGB value is (167,29,246). Sum of RGB (Red+Green+Blue) = 167+29+246=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #A71DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DF6 is #58E209. Grayscale: #5E5E5E. Windows color (decimal): -5825034 or 16129447. OLE color: 16129447.

HSL color Cylindrical-coordinate representation of color #A71DF6: hue angle of 278.16º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71DF6 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 29 246 -
CMYK 0.32 0.88 0 0.04
HSL 278.16º 0.92% 0.54% -
HSV(B) 278.16º 0.88% 0.96% -
XYZ 33.01 15.75 88.49 -
YUV 95 213.22 179.36 -
System Red Green Blue C M Y K H S L
Decimal 167 29 246 0.32 0.88 0 0.04 278.16 0.92 0.54
Hex A7 1D F6 20 58 0 4 116 5C 36
Octal 247 35 366 40 130 0 4 426 134 66
Binary 10100111 11101 11110110 100000 1011000 0 100 100010110 1011100 110110

Color Harmonies of #A71DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DF6

Black with #A71DF6

Text Example


Text Example

White with #A71DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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