Html Css Color HEX #A21CEA Blue Violet

📋 copy color: '#A21CEA'

red 162 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #A21CEA

Tints of Blue Violet #A21CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 38.21%
G = 6.6%
B = 55.19%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A21CEA (or 0xA21CEA) is known color: Blue Violet. HEX triplet: A2, 1C and EA. RGB value is (162,28,234). Sum of RGB (Red+Green+Blue) = 162+28+234=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #A21CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CEA is #5DE315. Grayscale: #5A5A5A. Windows color (decimal): -6152982 or 15342754. OLE color: 15342754.

HSL color Cylindrical-coordinate representation of color #A21CEA: hue angle of 279.03º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21CEA is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 28 234 -
CMYK 0.31 0.88 0 0.08
HSL 279.03º 0.83% 0.51% -
HSV(B) 279.03º 0.88% 0.92% -
XYZ 30.17 14.45 79.04 -
YUV 91.55 208.39 178.25 -
System Red Green Blue C M Y K H S L
Decimal 162 28 234 0.31 0.88 0 0.08 279.03 0.83 0.51
Hex A2 1C EA 1F 58 0 8 117 53 33
Octal 242 34 352 37 130 0 10 427 123 63
Binary 10100010 11100 11101010 11111 1011000 0 1000 100010111 1010011 110011

Color Harmonies of #A21CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CEA

Black with #A21CEA

Text Example


Text Example

White with #A21CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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