Html Css Color HEX #A21FFA Blue Violet

📋 copy color: '#A21FFA'

red 162 ◦ green 31 ◦ blue 250

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

Shades of Blue Violet #A21FFA

Tints of Blue Violet #A21FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 36.57%
G = 7%
B = 56.43%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A21FFA (or 0xA21FFA) is known color: Blue Violet. HEX triplet: A2, 1F and FA. RGB value is (162,31,250). Sum of RGB (Red+Green+Blue) = 162+31+250=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #A21FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FFA is #5DE005. Grayscale: #5E5E5E. Windows color (decimal): -6152198 or 16392098. OLE color: 16392098.

HSL color Cylindrical-coordinate representation of color #A21FFA: hue angle of 275.89º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21FFA is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 31 250 -
CMYK 0.35 0.88 0 0.02
HSL 275.89º 0.96% 0.55% -
HSV(B) 275.89º 0.88% 0.98% -
XYZ 32.65 15.56 91.73 -
YUV 95.14 215.4 175.69 -
System Red Green Blue C M Y K H S L
Decimal 162 31 250 0.35 0.88 0 0.02 275.89 0.96 0.55
Hex A2 1F FA 23 58 0 2 114 60 37
Octal 242 37 372 43 130 0 2 424 140 67
Binary 10100010 11111 11111010 100011 1011000 0 10 100010100 1100000 110111

Color Harmonies of #A21FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FFA

Black with #A21FFA

Text Example


Text Example

White with #A21FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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