Html Css Color HEX #A21DF7 Blue Violet

📋 copy color: '#A21DF7'

red 162 ◦ green 29 ◦ blue 247

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

Shades of Blue Violet #A21DF7

Tints of Blue Violet #A21DF7

RGB

 RED value IS 162 (63.67% from 255) = 36.99%

 GREEN value IS 29 (11.72% from 255) = 6.62%

 BLUE value IS 247 (96.88% from 255) = 56.39%

R = 36.99%
G = 6.62%
B = 56.39%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A21DF7 (or 0xA21DF7) is known color: Blue Violet. HEX triplet: A2, 1D and F7. RGB value is (162,29,247). Sum of RGB (Red+Green+Blue) = 162+29+247=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 29 (11.72% from 255 or 6.62% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #A21DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21DF7 is #5DE208. Grayscale: #5C5C5C. Windows color (decimal): -6152713 or 16194978. OLE color: 16194978.

HSL color Cylindrical-coordinate representation of color #A21DF7: hue angle of 276.61º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21DF7 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 29 247 -
CMYK 0.34 0.88 0 0.03
HSL 276.61º 0.93% 0.54% -
HSV(B) 276.61º 0.88% 0.97% -
XYZ 32.13 15.28 89.25 -
YUV 93.62 214.56 176.77 -
System Red Green Blue C M Y K H S L
Decimal 162 29 247 0.34 0.88 0 0.03 276.61 0.93 0.54
Hex A2 1D F7 22 58 0 3 115 5D 36
Octal 242 35 367 42 130 0 3 425 135 66
Binary 10100010 11101 11110111 100010 1011000 0 11 100010101 1011101 110110

Color Harmonies of #A21DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21DF7

Black with #A21DF7

Text Example


Text Example

White with #A21DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21DF7; }

 p { color: rgb(162,29,247); }

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

background-color css

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

 a { background-color: rgb(162,29,247); }

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

border-color css

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

 span { border-color: rgb(162,29,247); }

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