Html Css Color HEX #A721FA Blue Violet

📋 copy color: '#A721FA'

red 167 ◦ green 33 ◦ blue 250

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

Shades of Blue Violet #A721FA

Tints of Blue Violet #A721FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.33%

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

R = 37.11%
G = 7.33%
B = 55.56%

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

#A721FA (or 0xA721FA) is known color: Blue Violet. HEX triplet: A7, 21 and FA. RGB value is (167,33,250). Sum of RGB (Red+Green+Blue) = 167+33+250=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #A721FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A721FA is #58DE05. Grayscale: #616161. Windows color (decimal): -5824006 or 16392615. OLE color: 16392615.

HSL color Cylindrical-coordinate representation of color #A721FA: hue angle of 277.05º 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 #A721FA is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 33 250 -
CMYK 0.33 0.87 0 0.02
HSL 277.05º 0.96% 0.55% -
HSV(B) 277.05º 0.87% 0.98% -
XYZ 33.74 16.21 91.79 -
YUV 97.8 213.89 177.36 -
System Red Green Blue C M Y K H S L
Decimal 167 33 250 0.33 0.87 0 0.02 277.05 0.96 0.55
Hex A7 21 FA 21 57 0 2 115 60 37
Octal 247 41 372 41 127 0 2 425 140 67
Binary 10100111 100001 11111010 100001 1010111 0 10 100010101 1100000 110111

Color Harmonies of #A721FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721FA

Black with #A721FA

Text Example


Text Example

White with #A721FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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