Html Css Color HEX #A719EA Blue Violet

📋 copy color: '#A719EA'

red 167 ◦ green 25 ◦ blue 234

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

Shades of Blue Violet #A719EA

Tints of Blue Violet #A719EA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.87%

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

R = 39.2%
G = 5.87%
B = 54.93%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A719EA (or 0xA719EA) is known color: Blue Violet. HEX triplet: A7, 19 and EA. RGB value is (167,25,234). Sum of RGB (Red+Green+Blue) = 167+25+234=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #A719EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A719EA is #58E615. Grayscale: #5A5A5A. Windows color (decimal): -5826070 or 15341991. OLE color: 15341991.

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

Color convert

RGB 167 25 234 -
CMYK 0.29 0.89 0 0.08
HSL 280.77º 0.83% 0.51% -
HSV(B) 280.77º 0.89% 0.92% -
XYZ 31.14 14.85 79.07 -
YUV 91.28 208.54 182.01 -
System Red Green Blue C M Y K H S L
Decimal 167 25 234 0.29 0.89 0 0.08 280.77 0.83 0.51
Hex A7 19 EA 1D 59 0 8 119 53 33
Octal 247 31 352 35 131 0 10 431 123 63
Binary 10100111 11001 11101010 11101 1011001 0 1000 100011001 1010011 110011

Color Harmonies of #A719EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A719EA

Black with #A719EA

Text Example


Text Example

White with #A719EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A719EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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