Html Css Color HEX #A821E9 Blue Violet

📋 copy color: '#A821E9'

red 168 ◦ green 33 ◦ blue 233

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

Shades of Blue Violet #A821E9

Tints of Blue Violet #A821E9

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

 GREEN value IS 33 (13.28% from 255) = 7.6%

 BLUE value IS 233 (91.41% from 255) = 53.69%

R = 38.71%
G = 7.6%
B = 53.69%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A821E9 (or 0xA821E9) is known color: Blue Violet. HEX triplet: A8, 21 and E9. RGB value is (168,33,233). Sum of RGB (Red+Green+Blue) = 168+33+233=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #A821E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821E9 is #57DE16. Grayscale: #5F5F5F. Windows color (decimal): -5758487 or 15278504. OLE color: 15278504.

HSL color Cylindrical-coordinate representation of color #A821E9: hue angle of 280.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A821E9 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 33 233 -
CMYK 0.28 0.86 0 0.09
HSL 280.5º 0.82% 0.52% -
HSV(B) 280.5º 0.86% 0.91% -
XYZ 31.4 15.3 78.39 -
YUV 96.17 205.23 179.24 -
System Red Green Blue C M Y K H S L
Decimal 168 33 233 0.28 0.86 0 0.09 280.5 0.82 0.52
Hex A8 21 E9 1C 56 0 9 118 52 34
Octal 250 41 351 34 126 0 11 430 122 64
Binary 10101000 100001 11101001 11100 1010110 0 1001 100011000 1010010 110100

Color Harmonies of #A821E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821E9

Black with #A821E9

Text Example


Text Example

White with #A821E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821E9; }

 p { color: rgb(168,33,233); }

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

background-color css

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

 a { background-color: rgb(168,33,233); }

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

border-color css

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

 span { border-color: rgb(168,33,233); }

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