Html Css Color HEX #A329FF Blue Violet

📋 copy color: '#A329FF'

red 163 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #A329FF

Tints of Blue Violet #A329FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 35.51%
G = 8.93%
B = 55.56%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A329FF (or 0xA329FF) is known color: Blue Violet. HEX triplet: A3, 29 and FF. RGB value is (163,41,255). Sum of RGB (Red+Green+Blue) = 163+41+255=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #A329FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329FF is #5CD600. Grayscale: #656565. Windows color (decimal): -6084097 or 16722339. OLE color: 16722339.

HSL color Cylindrical-coordinate representation of color #A329FF: hue angle of 274.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A329FF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 163 41 255 -
CMYK 0.36 0.84 0 0
HSL 274.21º 1% 0.58% -
HSV(B) 274.21º 0.84% 1% -
XYZ 33.95 16.59 96.02 -
YUV 101.87 214.42 171.6 -
System Red Green Blue C M Y K H S L
Decimal 163 41 255 0.36 0.84 0 0 274.21 1 0.58
Hex A3 29 FF 24 54 0 0 112 64 3A
Octal 243 51 377 44 124 0 0 422 144 72
Binary 10100011 101001 11111111 100100 1010100 0 0 100010010 1100100 111010

Color Harmonies of #A329FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329FF

Black with #A329FF

Text Example


Text Example

White with #A329FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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