Html Css Color HEX #A21FF2 Blue Violet

📋 copy color: '#A21FF2'

red 162 ◦ green 31 ◦ blue 242

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

Shades of Blue Violet #A21FF2

Tints of Blue Violet #A21FF2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.13%

 BLUE value IS 242 (94.92% from 255) = 55.63%

R = 37.24%
G = 7.13%
B = 55.63%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A21FF2 (or 0xA21FF2) is known color: Blue Violet. HEX triplet: A2, 1F and F2. RGB value is (162,31,242). Sum of RGB (Red+Green+Blue) = 162+31+242=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #A21FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FF2 is #5DE00D. Grayscale: #5D5D5D. Windows color (decimal): -6152206 or 15867810. OLE color: 15867810.

HSL color Cylindrical-coordinate representation of color #A21FF2: hue angle of 277.25º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21FF2 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 31 242 -
CMYK 0.33 0.87 0 0.05
HSL 277.25º 0.89% 0.54% -
HSV(B) 277.25º 0.87% 0.95% -
XYZ 31.42 15.07 85.26 -
YUV 94.22 211.4 176.34 -
System Red Green Blue C M Y K H S L
Decimal 162 31 242 0.33 0.87 0 0.05 277.25 0.89 0.54
Hex A2 1F F2 21 57 0 5 115 59 36
Octal 242 37 362 41 127 0 5 425 131 66
Binary 10100010 11111 11110010 100001 1010111 0 101 100010101 1011001 110110

Color Harmonies of #A21FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FF2

Black with #A21FF2

Text Example


Text Example

White with #A21FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FF2; }

 p { color: rgb(162,31,242); }

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

background-color css

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

 a { background-color: rgb(162,31,242); }

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

border-color css

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

 span { border-color: rgb(162,31,242); }

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