Html Css Color HEX #A71FEA Blue Violet

📋 copy color: '#A71FEA'

red 167 ◦ green 31 ◦ blue 234

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

Shades of Blue Violet #A71FEA

Tints of Blue Violet #A71FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 38.66%
G = 7.18%
B = 54.17%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A71FEA (or 0xA71FEA) is known color: Blue Violet. HEX triplet: A7, 1F and EA. RGB value is (167,31,234). Sum of RGB (Red+Green+Blue) = 167+31+234=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #A71FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71FEA is #58E015. Grayscale: #5E5E5E. Windows color (decimal): -5824534 or 15343527. OLE color: 15343527.

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

Color convert

RGB 167 31 234 -
CMYK 0.29 0.87 0 0.08
HSL 280.2º 0.83% 0.52% -
HSV(B) 280.2º 0.87% 0.92% -
XYZ 31.28 15.14 79.11 -
YUV 94.81 206.56 179.49 -
System Red Green Blue C M Y K H S L
Decimal 167 31 234 0.29 0.87 0 0.08 280.2 0.83 0.52
Hex A7 1F EA 1D 57 0 8 118 53 34
Octal 247 37 352 35 127 0 10 430 123 64
Binary 10100111 11111 11101010 11101 1010111 0 1000 100011000 1010011 110100

Color Harmonies of #A71FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71FEA

Black with #A71FEA

Text Example


Text Example

White with #A71FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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