Html Css Color HEX #A620E9 Blue Violet

📋 copy color: '#A620E9'

red 166 ◦ green 32 ◦ blue 233

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

Shades of Blue Violet #A620E9

Tints of Blue Violet #A620E9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.42%

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

R = 38.52%
G = 7.42%
B = 54.06%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A620E9 (or 0xA620E9) is known color: Blue Violet. HEX triplet: A6, 20 and E9. RGB value is (166,32,233). Sum of RGB (Red+Green+Blue) = 166+32+233=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 233 (91.41% from 255 or 54.06% from 431); Max value from RGB is 233 - color contains mainly: blue. Hex color #A620E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A620E9 is #59DF16. Grayscale: #5E5E5E. Windows color (decimal): -5889815 or 15278246. OLE color: 15278246.

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

Color convert

RGB 166 32 233 -
CMYK 0.29 0.86 0 0.09
HSL 280º 0.82% 0.52% -
HSV(B) 280º 0.86% 0.91% -
XYZ 30.95 15.02 78.36 -
YUV 94.98 205.89 178.66 -
System Red Green Blue C M Y K H S L
Decimal 166 32 233 0.29 0.86 0 0.09 280 0.82 0.52
Hex A6 20 E9 1D 56 0 9 118 52 34
Octal 246 40 351 35 126 0 11 430 122 64
Binary 10100110 100000 11101001 11101 1010110 0 1001 100011000 1010010 110100

Color Harmonies of #A620E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620E9

Black with #A620E9

Text Example


Text Example

White with #A620E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620E9; }

 p { color: rgb(166,32,233); }

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

background-color css

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

 a { background-color: rgb(166,32,233); }

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

border-color css

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

 span { border-color: rgb(166,32,233); }

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