Html Css Color HEX #A821EB Blue Violet

📋 copy color: '#A821EB'

red 168 ◦ green 33 ◦ blue 235

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

Shades of Blue Violet #A821EB

Tints of Blue Violet #A821EB

RGB

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

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

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

R = 38.53%
G = 7.57%
B = 53.9%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A821EB (or 0xA821EB) is known color: Blue Violet. HEX triplet: A8, 21 and EB. RGB value is (168,33,235). Sum of RGB (Red+Green+Blue) = 168+33+235=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #A821EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821EB is #57DE14. Grayscale: #5F5F5F. Windows color (decimal): -5758485 or 15409576. OLE color: 15409576.

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

Color convert

RGB 168 33 235 -
CMYK 0.29 0.86 0 0.08
HSL 280.1º 0.83% 0.53% -
HSV(B) 280.1º 0.86% 0.92% -
XYZ 31.69 15.41 79.9 -
YUV 96.39 206.23 179.07 -
System Red Green Blue C M Y K H S L
Decimal 168 33 235 0.29 0.86 0 0.08 280.1 0.83 0.53
Hex A8 21 EB 1D 56 0 8 118 53 35
Octal 250 41 353 35 126 0 10 430 123 65
Binary 10101000 100001 11101011 11101 1010110 0 1000 100011000 1010011 110101

Color Harmonies of #A821EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821EB

Black with #A821EB

Text Example


Text Example

White with #A821EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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