Html Css Color HEX #A329FC Blue Violet

📋 copy color: '#A329FC'

red 163 ◦ green 41 ◦ blue 252

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

Shades of Blue Violet #A329FC

Tints of Blue Violet #A329FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 35.75%
G = 8.99%
B = 55.26%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A329FC (or 0xA329FC) is known color: Blue Violet. HEX triplet: A3, 29 and FC. RGB value is (163,41,252). Sum of RGB (Red+Green+Blue) = 163+41+252=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #A329FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329FC is #5CD603. Grayscale: #646464. Windows color (decimal): -6084100 or 16525731. OLE color: 16525731.

HSL color Cylindrical-coordinate representation of color #A329FC: hue angle of 274.69º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A329FC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 41 252 -
CMYK 0.35 0.84 0 0.01
HSL 274.69º 0.97% 0.57% -
HSV(B) 274.69º 0.84% 0.99% -
XYZ 33.47 16.4 93.5 -
YUV 101.53 212.92 171.84 -
System Red Green Blue C M Y K H S L
Decimal 163 41 252 0.35 0.84 0 0.01 274.69 0.97 0.57
Hex A3 29 FC 23 54 0 1 113 61 39
Octal 243 51 374 43 124 0 1 423 141 71
Binary 10100011 101001 11111100 100011 1010100 0 1 100010011 1100001 111001

Color Harmonies of #A329FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329FC

Black with #A329FC

Text Example


Text Example

White with #A329FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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