Html Css Color HEX #A921EB Blue Violet

📋 copy color: '#A921EB'

red 169 ◦ green 33 ◦ blue 235

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

Shades of Blue Violet #A921EB

Tints of Blue Violet #A921EB

RGB

 RED value IS 169 (66.41% from 255) = 38.67%

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

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

R = 38.67%
G = 7.55%
B = 53.78%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A921EB (or 0xA921EB) is known color: Blue Violet. HEX triplet: A9, 21 and EB. RGB value is (169,33,235). Sum of RGB (Red+Green+Blue) = 169+33+235=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #A921EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A921EB is #56DE14. Grayscale: #606060. Windows color (decimal): -5692949 or 15409577. OLE color: 15409577.

HSL color Cylindrical-coordinate representation of color #A921EB: hue angle of 280.4º 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 #A921EB is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 33 235 -
CMYK 0.28 0.86 0 0.08
HSL 280.4º 0.83% 0.53% -
HSV(B) 280.4º 0.86% 0.92% -
XYZ 31.9 15.52 79.91 -
YUV 96.69 206.06 179.57 -
System Red Green Blue C M Y K H S L
Decimal 169 33 235 0.28 0.86 0 0.08 280.4 0.83 0.53
Hex A9 21 EB 1C 56 0 8 118 53 35
Octal 251 41 353 34 126 0 10 430 123 65
Binary 10101001 100001 11101011 11100 1010110 0 1000 100011000 1010011 110101

Color Harmonies of #A921EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A921EB

Black with #A921EB

Text Example


Text Example

White with #A921EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A921EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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