Html Css Color HEX #A329EB Blue Violet

📋 copy color: '#A329EB'

red 163 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #A329EB

Tints of Blue Violet #A329EB

RGB

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

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

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

R = 37.13%
G = 9.34%
B = 53.53%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A329EB (or 0xA329EB) is known color: Blue Violet. HEX triplet: A3, 29 and EB. RGB value is (163,41,235). Sum of RGB (Red+Green+Blue) = 163+41+235=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #A329EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329EB is #5CD614. Grayscale: #626262. Windows color (decimal): -6084117 or 15411619. OLE color: 15411619.

HSL color Cylindrical-coordinate representation of color #A329EB: hue angle of 277.73º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A329EB is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 41 235 -
CMYK 0.31 0.83 0 0.08
HSL 277.73º 0.83% 0.54% -
HSV(B) 277.73º 0.83% 0.92% -
XYZ 30.89 15.37 79.94 -
YUV 99.59 204.42 173.23 -
System Red Green Blue C M Y K H S L
Decimal 163 41 235 0.31 0.83 0 0.08 277.73 0.83 0.54
Hex A3 29 EB 1F 53 0 8 116 53 36
Octal 243 51 353 37 123 0 10 426 123 66
Binary 10100011 101001 11101011 11111 1010011 0 1000 100010110 1010011 110110

Color Harmonies of #A329EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329EB

Black with #A329EB

Text Example


Text Example

White with #A329EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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