Html Css Color HEX #A71EEC Blue Violet

📋 copy color: '#A71EEC'

red 167 ◦ green 30 ◦ blue 236

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

Shades of Blue Violet #A71EEC

Tints of Blue Violet #A71EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

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

R = 38.57%
G = 6.93%
B = 54.5%

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

#A71EEC (or 0xA71EEC) is known color: Blue Violet. HEX triplet: A7, 1E and EC. RGB value is (167,30,236). Sum of RGB (Red+Green+Blue) = 167+30+236=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #A71EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71EEC is #58E113. Grayscale: #5D5D5D. Windows color (decimal): -5824788 or 15474343. OLE color: 15474343.

HSL color Cylindrical-coordinate representation of color #A71EEC: hue angle of 279.9º 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 #A71EEC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 30 236 -
CMYK 0.29 0.87 0 0.07
HSL 279.9º 0.84% 0.52% -
HSV(B) 279.9º 0.87% 0.93% -
XYZ 31.54 15.2 80.63 -
YUV 94.45 207.89 179.75 -
System Red Green Blue C M Y K H S L
Decimal 167 30 236 0.29 0.87 0 0.07 279.9 0.84 0.52
Hex A7 1E EC 1D 57 0 7 118 54 34
Octal 247 36 354 35 127 0 7 430 124 64
Binary 10100111 11110 11101100 11101 1010111 0 111 100011000 1010100 110100

Color Harmonies of #A71EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71EEC

Black with #A71EEC

Text Example


Text Example

White with #A71EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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