Html Css Color HEX #A721EA Blue Violet

📋 copy color: '#A721EA'

red 167 ◦ green 33 ◦ blue 234

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

Shades of Blue Violet #A721EA

Tints of Blue Violet #A721EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 38.48%
G = 7.6%
B = 53.92%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A721EA (or 0xA721EA) is known color: Blue Violet. HEX triplet: A7, 21 and EA. RGB value is (167,33,234). Sum of RGB (Red+Green+Blue) = 167+33+234=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #A721EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A721EA is #58DE15. Grayscale: #5F5F5F. Windows color (decimal): -5824022 or 15344039. OLE color: 15344039.

HSL color Cylindrical-coordinate representation of color #A721EA: hue angle of 280º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A721EA is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 33 234 -
CMYK 0.29 0.86 0 0.08
HSL 280º 0.83% 0.52% -
HSV(B) 280º 0.86% 0.92% -
XYZ 31.33 15.24 79.13 -
YUV 95.98 205.89 178.66 -
System Red Green Blue C M Y K H S L
Decimal 167 33 234 0.29 0.86 0 0.08 280 0.83 0.52
Hex A7 21 EA 1D 56 0 8 118 53 34
Octal 247 41 352 35 126 0 10 430 123 64
Binary 10100111 100001 11101010 11101 1010110 0 1000 100011000 1010011 110100

Color Harmonies of #A721EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721EA

Black with #A721EA

Text Example


Text Example

White with #A721EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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