Html Css Color HEX #A720ED Blue Violet

📋 copy color: '#A720ED'

red 167 ◦ green 32 ◦ blue 237

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

Shades of Blue Violet #A720ED

Tints of Blue Violet #A720ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.36%

R = 38.3%
G = 7.34%
B = 54.36%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A720ED (or 0xA720ED) is known color: Blue Violet. HEX triplet: A7, 20 and ED. RGB value is (167,32,237). Sum of RGB (Red+Green+Blue) = 167+32+237=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #A720ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A720ED is #58DF12. Grayscale: #5F5F5F. Windows color (decimal): -5824275 or 15540391. OLE color: 15540391.

HSL color Cylindrical-coordinate representation of color #A720ED: hue angle of 279.51º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A720ED is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 32 237 -
CMYK 0.30 0.86 0 0.07
HSL 279.51º 0.85% 0.53% -
HSV(B) 279.51º 0.86% 0.93% -
XYZ 31.74 15.36 81.41 -
YUV 95.74 207.73 178.83 -
System Red Green Blue C M Y K H S L
Decimal 167 32 237 0.30 0.86 0 0.07 279.51 0.85 0.53
Hex A7 20 ED 1E 56 0 7 118 55 35
Octal 247 40 355 36 126 0 7 430 125 65
Binary 10100111 100000 11101101 11110 1010110 0 111 100011000 1010101 110101

Color Harmonies of #A720ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720ED

Black with #A720ED

Text Example


Text Example

White with #A720ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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