Html Css Color HEX #A21BEB Blue Violet

📋 copy color: '#A21BEB'

red 162 ◦ green 27 ◦ blue 235

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

Shades of Blue Violet #A21BEB

Tints of Blue Violet #A21BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.37%

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

R = 38.21%
G = 6.37%
B = 55.42%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A21BEB (or 0xA21BEB) is known color: Blue Violet. HEX triplet: A2, 1B and EB. RGB value is (162,27,235). Sum of RGB (Red+Green+Blue) = 162+27+235=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #A21BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21BEB is #5DE414. Grayscale: #5A5A5A. Windows color (decimal): -6153237 or 15408034. OLE color: 15408034.

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

Color convert

RGB 162 27 235 -
CMYK 0.31 0.89 0 0.08
HSL 278.94º 0.84% 0.51% -
HSV(B) 278.94º 0.89% 0.92% -
XYZ 30.29 14.46 79.79 -
YUV 91.08 209.23 178.59 -
System Red Green Blue C M Y K H S L
Decimal 162 27 235 0.31 0.89 0 0.08 278.94 0.84 0.51
Hex A2 1B EB 1F 59 0 8 117 54 33
Octal 242 33 353 37 131 0 10 427 124 63
Binary 10100010 11011 11101011 11111 1011001 0 1000 100010111 1010100 110011

Color Harmonies of #A21BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BEB

Black with #A21BEB

Text Example


Text Example

White with #A21BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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