Html Css Color HEX #A71FEE Blue Violet

📋 copy color: '#A71FEE'

red 167 ◦ green 31 ◦ blue 238

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

Shades of Blue Violet #A71FEE

Tints of Blue Violet #A71FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 38.3%
G = 7.11%
B = 54.59%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A71FEE (or 0xA71FEE) is known color: Blue Violet. HEX triplet: A7, 1F and EE. RGB value is (167,31,238). Sum of RGB (Red+Green+Blue) = 167+31+238=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #A71FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71FEE is #58E011. Grayscale: #5E5E5E. Windows color (decimal): -5824530 or 15605671. OLE color: 15605671.

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

Color convert

RGB 167 31 238 -
CMYK 0.30 0.87 0 0.07
HSL 279.42º 0.86% 0.53% -
HSV(B) 279.42º 0.87% 0.93% -
XYZ 31.86 15.37 82.18 -
YUV 95.26 208.56 179.17 -
System Red Green Blue C M Y K H S L
Decimal 167 31 238 0.30 0.87 0 0.07 279.42 0.86 0.53
Hex A7 1F EE 1E 57 0 7 117 56 35
Octal 247 37 356 36 127 0 7 427 126 65
Binary 10100111 11111 11101110 11110 1010111 0 111 100010111 1010110 110101

Color Harmonies of #A71FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FEE

Black with #A71FEE

Text Example


Text Example

White with #A71FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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