Html Css Color HEX #A629EC Blue Violet

📋 copy color: '#A629EC'

red 166 ◦ green 41 ◦ blue 236

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

Shades of Blue Violet #A629EC

Tints of Blue Violet #A629EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.26%

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 37.47%
G = 9.26%
B = 53.27%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A629EC (or 0xA629EC) is known color: Blue Violet. HEX triplet: A6, 29 and EC. RGB value is (166,41,236). Sum of RGB (Red+Green+Blue) = 166+41+236=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #A629EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629EC is #59D613. Grayscale: #636363. Windows color (decimal): -5887508 or 15477158. OLE color: 15477158.

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

Color convert

RGB 166 41 236 -
CMYK 0.30 0.83 0 0.07
HSL 278.46º 0.84% 0.54% -
HSV(B) 278.46º 0.83% 0.93% -
XYZ 31.66 15.75 80.73 -
YUV 100.61 204.41 174.64 -
System Red Green Blue C M Y K H S L
Decimal 166 41 236 0.30 0.83 0 0.07 278.46 0.84 0.54
Hex A6 29 EC 1E 53 0 7 116 54 36
Octal 246 51 354 36 123 0 7 426 124 66
Binary 10100110 101001 11101100 11110 1010011 0 111 100010110 1010100 110110

Color Harmonies of #A629EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A629EC

Black with #A629EC

Text Example


Text Example

White with #A629EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A629EC; }

 p { color: rgb(166,41,236); }

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

background-color css

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

 a { background-color: rgb(166,41,236); }

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

border-color css

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

 span { border-color: rgb(166,41,236); }

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