Html Css Color HEX #A720E6 Blue Violet

📋 copy color: '#A720E6'

red 167 ◦ green 32 ◦ blue 230

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

Shades of Blue Violet #A720E6

Tints of Blue Violet #A720E6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.46%

 BLUE value IS 230 (90.23% from 255) = 53.61%

R = 38.93%
G = 7.46%
B = 53.61%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A720E6 (or 0xA720E6) is known color: Blue Violet. HEX triplet: A7, 20 and E6. RGB value is (167,32,230). Sum of RGB (Red+Green+Blue) = 167+32+230=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #A720E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A720E6 is #58DF19. Grayscale: #5E5E5E. Windows color (decimal): -5824282 or 15081639. OLE color: 15081639.

HSL color Cylindrical-coordinate representation of color #A720E6: hue angle of 280.91º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A720E6 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 32 230 -
CMYK 0.27 0.86 0 0.10
HSL 280.91º 0.8% 0.51% -
HSV(B) 280.91º 0.86% 0.9% -
XYZ 30.74 14.96 76.13 -
YUV 94.94 204.23 179.4 -
System Red Green Blue C M Y K H S L
Decimal 167 32 230 0.27 0.86 0 0.10 280.91 0.8 0.51
Hex A7 20 E6 1B 56 0 A 119 50 33
Octal 247 40 346 33 126 0 12 431 120 63
Binary 10100111 100000 11100110 11011 1010110 0 1010 100011001 1010000 110011

Color Harmonies of #A720E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720E6

Black with #A720E6

Text Example


Text Example

White with #A720E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720E6; }

 p { color: rgb(167,32,230); }

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

background-color css

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

 a { background-color: rgb(167,32,230); }

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

border-color css

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

 span { border-color: rgb(167,32,230); }

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