Html Css Color HEX #A720FA Blue Violet

📋 copy color: '#A720FA'

red 167 ◦ green 32 ◦ blue 250

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

Shades of Blue Violet #A720FA

Tints of Blue Violet #A720FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 37.19%
G = 7.13%
B = 55.68%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A720FA (or 0xA720FA) is known color: Blue Violet. HEX triplet: A7, 20 and FA. RGB value is (167,32,250). Sum of RGB (Red+Green+Blue) = 167+32+250=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #A720FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A720FA is #58DF05. Grayscale: #606060. Windows color (decimal): -5824262 or 16392359. OLE color: 16392359.

HSL color Cylindrical-coordinate representation of color #A720FA: hue angle of 277.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A720FA is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 32 250 -
CMYK 0.33 0.87 0 0.02
HSL 277.16º 0.96% 0.55% -
HSV(B) 277.16º 0.87% 0.98% -
XYZ 33.71 16.15 91.78 -
YUV 97.22 214.23 177.77 -
System Red Green Blue C M Y K H S L
Decimal 167 32 250 0.33 0.87 0 0.02 277.16 0.96 0.55
Hex A7 20 FA 21 57 0 2 115 60 37
Octal 247 40 372 41 127 0 2 425 140 67
Binary 10100111 100000 11111010 100001 1010111 0 10 100010101 1100000 110111

Color Harmonies of #A720FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A720FA

Black with #A720FA

Text Example


Text Example

White with #A720FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A720FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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