Html Css Color HEX #A71AF1 Blue Violet

📋 copy color: '#A71AF1'

red 167 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #A71AF1

Tints of Blue Violet #A71AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.99%

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

R = 38.48%
G = 5.99%
B = 55.53%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A71AF1 (or 0xA71AF1) is known color: Blue Violet. HEX triplet: A7, 1A and F1. RGB value is (167,26,241). Sum of RGB (Red+Green+Blue) = 167+26+241=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #A71AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71AF1 is #58E50E. Grayscale: #5B5B5B. Windows color (decimal): -5825807 or 15800999. OLE color: 15800999.

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

Color convert

RGB 167 26 241 -
CMYK 0.31 0.89 0 0.05
HSL 279.35º 0.88% 0.52% -
HSV(B) 279.35º 0.89% 0.95% -
XYZ 32.18 15.31 84.48 -
YUV 92.67 211.71 181.02 -
System Red Green Blue C M Y K H S L
Decimal 167 26 241 0.31 0.89 0 0.05 279.35 0.88 0.52
Hex A7 1A F1 1F 59 0 5 117 58 34
Octal 247 32 361 37 131 0 5 427 130 64
Binary 10100111 11010 11110001 11111 1011001 0 101 100010111 1011000 110100

Color Harmonies of #A71AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71AF1

Black with #A71AF1

Text Example


Text Example

White with #A71AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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