Html Css Color HEX #A71CEA Blue Violet

📋 copy color: '#A71CEA'

red 167 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #A71CEA

Tints of Blue Violet #A71CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.53%

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

R = 38.93%
G = 6.53%
B = 54.55%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A71CEA (or 0xA71CEA) is known color: Blue Violet. HEX triplet: A7, 1C and EA. RGB value is (167,28,234). Sum of RGB (Red+Green+Blue) = 167+28+234=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #A71CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71CEA is #58E315. Grayscale: #5C5C5C. Windows color (decimal): -5825302 or 15342759. OLE color: 15342759.

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

Color convert

RGB 167 28 234 -
CMYK 0.29 0.88 0 0.08
HSL 280.49º 0.83% 0.51% -
HSV(B) 280.49º 0.88% 0.92% -
XYZ 31.2 14.99 79.09 -
YUV 93.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 167 28 234 0.29 0.88 0 0.08 280.49 0.83 0.51
Hex A7 1C EA 1D 58 0 8 118 53 33
Octal 247 34 352 35 130 0 10 430 123 63
Binary 10100111 11100 11101010 11101 1011000 0 1000 100011000 1010011 110011

Color Harmonies of #A71CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CEA

Black with #A71CEA

Text Example


Text Example

White with #A71CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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