Html Css Color HEX #A71DF1 Blue Violet

📋 copy color: '#A71DF1'

red 167 ◦ green 29 ◦ blue 241

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

Shades of Blue Violet #A71DF1

Tints of Blue Violet #A71DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.15%

R = 38.22%
G = 6.64%
B = 55.15%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A71DF1 (or 0xA71DF1) is known color: Blue Violet. HEX triplet: A7, 1D and F1. RGB value is (167,29,241). Sum of RGB (Red+Green+Blue) = 167+29+241=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #A71DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71DF1 is #58E20E. Grayscale: #5D5D5D. Windows color (decimal): -5825039 or 15801767. OLE color: 15801767.

HSL color Cylindrical-coordinate representation of color #A71DF1: hue angle of 279.06º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71DF1 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 29 241 -
CMYK 0.31 0.88 0 0.05
HSL 279.06º 0.88% 0.53% -
HSV(B) 279.06º 0.88% 0.95% -
XYZ 32.25 15.45 84.5 -
YUV 94.43 210.72 179.76 -
System Red Green Blue C M Y K H S L
Decimal 167 29 241 0.31 0.88 0 0.05 279.06 0.88 0.53
Hex A7 1D F1 1F 58 0 5 117 58 35
Octal 247 35 361 37 130 0 5 427 130 65
Binary 10100111 11101 11110001 11111 1011000 0 101 100010111 1011000 110101

Color Harmonies of #A71DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DF1

Black with #A71DF1

Text Example


Text Example

White with #A71DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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