Html Css Color HEX #A21FFB Blue Violet

📋 copy color: '#A21FFB'

red 162 ◦ green 31 ◦ blue 251

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

Shades of Blue Violet #A21FFB

Tints of Blue Violet #A21FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 36.49%
G = 6.98%
B = 56.53%

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

#A21FFB (or 0xA21FFB) is known color: Blue Violet. HEX triplet: A2, 1F and FB. RGB value is (162,31,251). Sum of RGB (Red+Green+Blue) = 162+31+251=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #A21FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21FFB is #5DE004. Grayscale: #5E5E5E. Windows color (decimal): -6152197 or 16457634. OLE color: 16457634.

HSL color Cylindrical-coordinate representation of color #A21FFB: hue angle of 275.73º 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 #A21FFB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 31 251 -
CMYK 0.35 0.88 0 0.02
HSL 275.73º 0.96% 0.55% -
HSV(B) 275.73º 0.88% 0.98% -
XYZ 32.8 15.63 92.55 -
YUV 95.25 215.9 175.61 -
System Red Green Blue C M Y K H S L
Decimal 162 31 251 0.35 0.88 0 0.02 275.73 0.96 0.55
Hex A2 1F FB 23 58 0 2 114 60 37
Octal 242 37 373 43 130 0 2 424 140 67
Binary 10100010 11111 11111011 100011 1011000 0 10 100010100 1100000 110111

Color Harmonies of #A21FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FFB

Black with #A21FFB

Text Example


Text Example

White with #A21FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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