Html Css Color HEX #A21AF7 Blue Violet

📋 copy color: '#A21AF7'

red 162 ◦ green 26 ◦ blue 247

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

Shades of Blue Violet #A21AF7

Tints of Blue Violet #A21AF7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.98%

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

R = 37.24%
G = 5.98%
B = 56.78%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A21AF7 (or 0xA21AF7) is known color: Blue Violet. HEX triplet: A2, 1A and F7. RGB value is (162,26,247). Sum of RGB (Red+Green+Blue) = 162+26+247=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #A21AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AF7 is #5DE508. Grayscale: #5B5B5B. Windows color (decimal): -6153481 or 16194210. OLE color: 16194210.

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

Color convert

RGB 162 26 247 -
CMYK 0.34 0.89 0 0.03
HSL 276.92º 0.93% 0.54% -
HSV(B) 276.92º 0.89% 0.97% -
XYZ 32.06 15.14 89.23 -
YUV 91.86 215.56 178.03 -
System Red Green Blue C M Y K H S L
Decimal 162 26 247 0.34 0.89 0 0.03 276.92 0.93 0.54
Hex A2 1A F7 22 59 0 3 115 5D 36
Octal 242 32 367 42 131 0 3 425 135 66
Binary 10100010 11010 11110111 100010 1011001 0 11 100010101 1011101 110110

Color Harmonies of #A21AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AF7

Black with #A21AF7

Text Example


Text Example

White with #A21AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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