Html Css Color HEX #A721FD Blue Violet

📋 copy color: '#A721FD'

red 167 ◦ green 33 ◦ blue 253

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

Shades of Blue Violet #A721FD

Tints of Blue Violet #A721FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 36.87%
G = 7.28%
B = 55.85%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A721FD (or 0xA721FD) is known color: Blue Violet. HEX triplet: A7, 21 and FD. RGB value is (167,33,253). Sum of RGB (Red+Green+Blue) = 167+33+253=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #A721FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A721FD is #58DE02. Grayscale: #616161. Windows color (decimal): -5824003 or 16589223. OLE color: 16589223.

HSL color Cylindrical-coordinate representation of color #A721FD: hue angle of 276.55º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A721FD is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 33 253 -
CMYK 0.34 0.87 0 0.01
HSL 276.55º 0.98% 0.56% -
HSV(B) 276.55º 0.87% 0.99% -
XYZ 34.21 16.4 94.29 -
YUV 98.15 215.39 177.11 -
System Red Green Blue C M Y K H S L
Decimal 167 33 253 0.34 0.87 0 0.01 276.55 0.98 0.56
Hex A7 21 FD 22 57 0 1 115 62 38
Octal 247 41 375 42 127 0 1 425 142 70
Binary 10100111 100001 11111101 100010 1010111 0 1 100010101 1100010 111000

Color Harmonies of #A721FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721FD

Black with #A721FD

Text Example


Text Example

White with #A721FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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