Html Css Color HEX #A621EE Blue Violet

📋 copy color: '#A621EE'

red 166 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #A621EE

Tints of Blue Violet #A621EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.46%

R = 37.99%
G = 7.55%
B = 54.46%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A621EE (or 0xA621EE) is known color: Blue Violet. HEX triplet: A6, 21 and EE. RGB value is (166,33,238). Sum of RGB (Red+Green+Blue) = 166+33+238=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #A621EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621EE is #59DE11. Grayscale: #5F5F5F. Windows color (decimal): -5889554 or 15606182. OLE color: 15606182.

HSL color Cylindrical-coordinate representation of color #A621EE: hue angle of 278.93º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A621EE is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 33 238 -
CMYK 0.30 0.86 0 0.07
HSL 278.93º 0.86% 0.53% -
HSV(B) 278.93º 0.86% 0.93% -
XYZ 31.7 15.37 82.18 -
YUV 96.14 208.06 177.83 -
System Red Green Blue C M Y K H S L
Decimal 166 33 238 0.30 0.86 0 0.07 278.93 0.86 0.53
Hex A6 21 EE 1E 56 0 7 117 56 35
Octal 246 41 356 36 126 0 7 427 126 65
Binary 10100110 100001 11101110 11110 1010110 0 111 100010111 1010110 110101

Color Harmonies of #A621EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621EE

Black with #A621EE

Text Example


Text Example

White with #A621EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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