Html Css Color HEX #A720F0 Blue Violet

📋 copy color: '#A720F0'

red 167 ◦ green 32 ◦ blue 240

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

Shades of Blue Violet #A720F0

Tints of Blue Violet #A720F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.67%

R = 38.04%
G = 7.29%
B = 54.67%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A720F0 (or 0xA720F0) is known color: Blue Violet. HEX triplet: A7, 20 and F0. RGB value is (167,32,240). Sum of RGB (Red+Green+Blue) = 167+32+240=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #A720F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A720F0 is #58DF0F. Grayscale: #5F5F5F. Windows color (decimal): -5824272 or 15736999. OLE color: 15736999.

HSL color Cylindrical-coordinate representation of color #A720F0: hue angle of 278.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A720F0 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 32 240 -
CMYK 0.30 0.87 0 0.06
HSL 278.94º 0.87% 0.53% -
HSV(B) 278.94º 0.87% 0.94% -
XYZ 32.18 15.54 83.74 -
YUV 96.08 209.23 178.59 -
System Red Green Blue C M Y K H S L
Decimal 167 32 240 0.30 0.87 0 0.06 278.94 0.87 0.53
Hex A7 20 F0 1E 57 0 6 117 57 35
Octal 247 40 360 36 127 0 6 427 127 65
Binary 10100111 100000 11110000 11110 1010111 0 110 100010111 1010111 110101

Color Harmonies of #A720F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720F0

Black with #A720F0

Text Example


Text Example

White with #A720F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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