Html Css Color HEX #A721EC Blue Violet

📋 copy color: '#A721EC'

red 167 ◦ green 33 ◦ blue 236

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

Shades of Blue Violet #A721EC

Tints of Blue Violet #A721EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 38.3%
G = 7.57%
B = 54.13%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A721EC (or 0xA721EC) is known color: Blue Violet. HEX triplet: A7, 21 and EC. RGB value is (167,33,236). Sum of RGB (Red+Green+Blue) = 167+33+236=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #A721EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A721EC is #58DE13. Grayscale: #5F5F5F. Windows color (decimal): -5824020 or 15475111. OLE color: 15475111.

HSL color Cylindrical-coordinate representation of color #A721EC: hue angle of 279.61º degrees, saturation: 0.84, 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 #A721EC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 33 236 -
CMYK 0.29 0.86 0 0.07
HSL 279.61º 0.84% 0.53% -
HSV(B) 279.61º 0.86% 0.93% -
XYZ 31.62 15.36 80.65 -
YUV 96.21 206.89 178.49 -
System Red Green Blue C M Y K H S L
Decimal 167 33 236 0.29 0.86 0 0.07 279.61 0.84 0.53
Hex A7 21 EC 1D 56 0 7 118 54 35
Octal 247 41 354 35 126 0 7 430 124 65
Binary 10100111 100001 11101100 11101 1010110 0 111 100011000 1010100 110101

Color Harmonies of #A721EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721EC

Black with #A721EC

Text Example


Text Example

White with #A721EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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