Html Css Color HEX #A329FE Blue Violet

📋 copy color: '#A329FE'

red 163 ◦ green 41 ◦ blue 254

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

Shades of Blue Violet #A329FE

Tints of Blue Violet #A329FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 35.59%
G = 8.95%
B = 55.46%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A329FE (or 0xA329FE) is known color: Blue Violet. HEX triplet: A3, 29 and FE. RGB value is (163,41,254). Sum of RGB (Red+Green+Blue) = 163+41+254=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #A329FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329FE is #5CD601. Grayscale: #656565. Windows color (decimal): -6084098 or 16656803. OLE color: 16656803.

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

Color convert

RGB 163 41 254 -
CMYK 0.36 0.84 0 0.00
HSL 274.37º 0.99% 0.58% -
HSV(B) 274.37º 0.84% 1% -
XYZ 33.79 16.53 95.18 -
YUV 101.76 213.92 171.68 -
System Red Green Blue C M Y K H S L
Decimal 163 41 254 0.36 0.84 0 0.00 274.37 0.99 0.58
Hex A3 29 FE 24 54 0 0 112 63 3A
Octal 243 51 376 44 124 0 0 422 143 72
Binary 10100011 101001 11111110 100100 1010100 0 0 100010010 1100011 111010

Color Harmonies of #A329FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329FE

Black with #A329FE

Text Example


Text Example

White with #A329FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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