Html Css Color HEX #A71FEC Blue Violet

📋 copy color: '#A71FEC'

red 167 ◦ green 31 ◦ blue 236

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

Shades of Blue Violet #A71FEC

Tints of Blue Violet #A71FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 38.48%
G = 7.14%
B = 54.38%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A71FEC (or 0xA71FEC) is known color: Blue Violet. HEX triplet: A7, 1F and EC. RGB value is (167,31,236). Sum of RGB (Red+Green+Blue) = 167+31+236=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #A71FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71FEC is #58E013. Grayscale: #5E5E5E. Windows color (decimal): -5824532 or 15474599. OLE color: 15474599.

HSL color Cylindrical-coordinate representation of color #A71FEC: hue angle of 279.8º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71FEC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 31 236 -
CMYK 0.29 0.87 0 0.07
HSL 279.8º 0.84% 0.52% -
HSV(B) 279.8º 0.87% 0.93% -
XYZ 31.57 15.25 80.64 -
YUV 95.03 207.56 179.33 -
System Red Green Blue C M Y K H S L
Decimal 167 31 236 0.29 0.87 0 0.07 279.8 0.84 0.52
Hex A7 1F EC 1D 57 0 7 118 54 34
Octal 247 37 354 35 127 0 7 430 124 64
Binary 10100111 11111 11101100 11101 1010111 0 111 100011000 1010100 110100

Color Harmonies of #A71FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FEC

Black with #A71FEC

Text Example


Text Example

White with #A71FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FEC; }

 p { color: rgb(167,31,236); }

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

background-color css

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

 a { background-color: rgb(167,31,236); }

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

border-color css

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

 span { border-color: rgb(167,31,236); }

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