Html Css Color HEX #A621EB Blue Violet

📋 copy color: '#A621EB'

red 166 ◦ green 33 ◦ blue 235

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

Shades of Blue Violet #A621EB

Tints of Blue Violet #A621EB

RGB

 RED value IS 166 (65.23% from 255) = 38.25%

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

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

R = 38.25%
G = 7.6%
B = 54.15%

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

#A621EB (or 0xA621EB) is known color: Blue Violet. HEX triplet: A6, 21 and EB. RGB value is (166,33,235). Sum of RGB (Red+Green+Blue) = 166+33+235=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #A621EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621EB is #59DE14. Grayscale: #5F5F5F. Windows color (decimal): -5889557 or 15409574. OLE color: 15409574.

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

Color convert

RGB 166 33 235 -
CMYK 0.29 0.86 0 0.08
HSL 279.5º 0.83% 0.53% -
HSV(B) 279.5º 0.86% 0.92% -
XYZ 31.27 15.19 79.88 -
YUV 95.8 206.56 178.07 -
System Red Green Blue C M Y K H S L
Decimal 166 33 235 0.29 0.86 0 0.08 279.5 0.83 0.53
Hex A6 21 EB 1D 56 0 8 118 53 35
Octal 246 41 353 35 126 0 10 430 123 65
Binary 10100110 100001 11101011 11101 1010110 0 1000 100011000 1010011 110101

Color Harmonies of #A621EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621EB

Black with #A621EB

Text Example


Text Example

White with #A621EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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