Html Css Color HEX #A21BE7 Blue Violet

📋 copy color: '#A21BE7'

red 162 ◦ green 27 ◦ blue 231

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

Shades of Blue Violet #A21BE7

Tints of Blue Violet #A21BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55%

R = 38.57%
G = 6.43%
B = 55%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A21BE7 (or 0xA21BE7) is known color: Blue Violet. HEX triplet: A2, 1B and E7. RGB value is (162,27,231). Sum of RGB (Red+Green+Blue) = 162+27+231=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #A21BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21BE7 is #5DE418. Grayscale: #595959. Windows color (decimal): -6153241 or 15145890. OLE color: 15145890.

HSL color Cylindrical-coordinate representation of color #A21BE7: hue angle of 279.71º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21BE7 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 27 231 -
CMYK 0.30 0.88 0 0.09
HSL 279.71º 0.81% 0.51% -
HSV(B) 279.71º 0.88% 0.91% -
XYZ 29.72 14.23 76.78 -
YUV 90.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 162 27 231 0.30 0.88 0 0.09 279.71 0.81 0.51
Hex A2 1B E7 1E 58 0 9 118 51 33
Octal 242 33 347 36 130 0 11 430 121 63
Binary 10100010 11011 11100111 11110 1011000 0 1001 100011000 1010001 110011

Color Harmonies of #A21BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21BE7

Black with #A21BE7

Text Example


Text Example

White with #A21BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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