Html Css Color HEX #A21CFF Blue Violet

📋 copy color: '#A21CFF'

red 162 ◦ green 28 ◦ blue 255

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

Shades of Blue Violet #A21CFF

Tints of Blue Violet #A21CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.29%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 36.4%
G = 6.29%
B = 57.3%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A21CFF (or 0xA21CFF) is known color: Blue Violet. HEX triplet: A2, 1C and FF. RGB value is (162,28,255). Sum of RGB (Red+Green+Blue) = 162+28+255=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #A21CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CFF is #5DE300. Grayscale: #5D5D5D. Windows color (decimal): -6152961 or 16719010. OLE color: 16719010.

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

Color convert

RGB 162 28 255 -
CMYK 0.36 0.89 0 0
HSL 275.42º 1% 0.55% -
HSV(B) 275.42º 0.89% 1% -
XYZ 33.37 15.73 95.89 -
YUV 93.94 218.89 176.54 -
System Red Green Blue C M Y K H S L
Decimal 162 28 255 0.36 0.89 0 0 275.42 1 0.55
Hex A2 1C FF 24 59 0 0 113 64 37
Octal 242 34 377 44 131 0 0 423 144 67
Binary 10100010 11100 11111111 100100 1011001 0 0 100010011 1100100 110111

Color Harmonies of #A21CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CFF

Black with #A21CFF

Text Example


Text Example

White with #A21CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CFF; }

 p { color: rgb(162,28,255); }

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

background-color css

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

 a { background-color: rgb(162,28,255); }

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

border-color css

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

 span { border-color: rgb(162,28,255); }

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