Html Css Color HEX #A21CEB Blue Violet

📋 copy color: '#A21CEB'

red 162 ◦ green 28 ◦ blue 235

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

Shades of Blue Violet #A21CEB

Tints of Blue Violet #A21CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.29%

R = 38.12%
G = 6.59%
B = 55.29%

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

#A21CEB (or 0xA21CEB) is known color: Blue Violet. HEX triplet: A2, 1C and EB. RGB value is (162,28,235). Sum of RGB (Red+Green+Blue) = 162+28+235=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #A21CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CEB is #5DE314. Grayscale: #5A5A5A. Windows color (decimal): -6152981 or 15408290. OLE color: 15408290.

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

Color convert

RGB 162 28 235 -
CMYK 0.31 0.88 0 0.08
HSL 278.84º 0.84% 0.52% -
HSV(B) 278.84º 0.88% 0.92% -
XYZ 30.31 14.51 79.8 -
YUV 91.66 208.89 178.17 -
System Red Green Blue C M Y K H S L
Decimal 162 28 235 0.31 0.88 0 0.08 278.84 0.84 0.52
Hex A2 1C EB 1F 58 0 8 117 54 34
Octal 242 34 353 37 130 0 10 427 124 64
Binary 10100010 11100 11101011 11111 1011000 0 1000 100010111 1010100 110100

Color Harmonies of #A21CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CEB

Black with #A21CEB

Text Example


Text Example

White with #A21CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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