Html Css Color HEX #A329EC Blue Violet

📋 copy color: '#A329EC'

red 163 ◦ green 41 ◦ blue 236

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

Shades of Blue Violet #A329EC

Tints of Blue Violet #A329EC

RGB

 RED value IS 163 (64.06% from 255) = 37.05%

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

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

R = 37.05%
G = 9.32%
B = 53.64%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A329EC (or 0xA329EC) is known color: Blue Violet. HEX triplet: A3, 29 and EC. RGB value is (163,41,236). Sum of RGB (Red+Green+Blue) = 163+41+236=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #A329EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329EC is #5CD613. Grayscale: #636363. Windows color (decimal): -6084116 or 15477155. OLE color: 15477155.

HSL color Cylindrical-coordinate representation of color #A329EC: hue angle of 277.54º 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 #A329EC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 41 236 -
CMYK 0.31 0.83 0 0.07
HSL 277.54º 0.84% 0.54% -
HSV(B) 277.54º 0.83% 0.93% -
XYZ 31.04 15.43 80.7 -
YUV 99.71 204.92 173.14 -
System Red Green Blue C M Y K H S L
Decimal 163 41 236 0.31 0.83 0 0.07 277.54 0.84 0.54
Hex A3 29 EC 1F 53 0 7 116 54 36
Octal 243 51 354 37 123 0 7 426 124 66
Binary 10100011 101001 11101100 11111 1010011 0 111 100010110 1010100 110110

Color Harmonies of #A329EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329EC

Black with #A329EC

Text Example


Text Example

White with #A329EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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