Html Css Color HEX #A21FFC Blue Violet

📋 copy color: '#A21FFC'

red 162 ◦ green 31 ◦ blue 252

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

Shades of Blue Violet #A21FFC

Tints of Blue Violet #A21FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 36.4%
G = 6.97%
B = 56.63%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A21FFC (or 0xA21FFC) is known color: Blue Violet. HEX triplet: A2, 1F and FC. RGB value is (162,31,252). Sum of RGB (Red+Green+Blue) = 162+31+252=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #A21FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FFC is #5DE003. Grayscale: #5E5E5E. Windows color (decimal): -6152196 or 16523170. OLE color: 16523170.

HSL color Cylindrical-coordinate representation of color #A21FFC: hue angle of 275.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21FFC is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 31 252 -
CMYK 0.36 0.88 0 0.01
HSL 275.57º 0.97% 0.55% -
HSV(B) 275.57º 0.88% 0.99% -
XYZ 32.96 15.69 93.39 -
YUV 95.36 216.4 175.53 -
System Red Green Blue C M Y K H S L
Decimal 162 31 252 0.36 0.88 0 0.01 275.57 0.97 0.55
Hex A2 1F FC 24 58 0 1 114 61 37
Octal 242 37 374 44 130 0 1 424 141 67
Binary 10100010 11111 11111100 100100 1011000 0 1 100010100 1100001 110111

Color Harmonies of #A21FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FFC

Black with #A21FFC

Text Example


Text Example

White with #A21FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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