Html Css Color HEX #A429FF Blue Violet

📋 copy color: '#A429FF'

red 164 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #A429FF

Tints of Blue Violet #A429FF

RGB

 RED value IS 164 (64.45% from 255) = 35.65%

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

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

R = 35.65%
G = 8.91%
B = 55.43%

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

#A429FF (or 0xA429FF) is known color: Blue Violet. HEX triplet: A4, 29 and FF. RGB value is (164,41,255). Sum of RGB (Red+Green+Blue) = 164+41+255=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #A429FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429FF is #5BD600. Grayscale: #656565. Windows color (decimal): -6018561 or 16722340. OLE color: 16722340.

HSL color Cylindrical-coordinate representation of color #A429FF: hue angle of 274.49º 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 #A429FF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 41 255 -
CMYK 0.36 0.84 0 0
HSL 274.49º 1% 0.58% -
HSV(B) 274.49º 0.84% 1% -
XYZ 34.15 16.7 96.03 -
YUV 102.17 214.25 172.1 -
System Red Green Blue C M Y K H S L
Decimal 164 41 255 0.36 0.84 0 0 274.49 1 0.58
Hex A4 29 FF 24 54 0 0 112 64 3A
Octal 244 51 377 44 124 0 0 422 144 72
Binary 10100100 101001 11111111 100100 1010100 0 0 100010010 1100100 111010

Color Harmonies of #A429FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429FF

Black with #A429FF

Text Example


Text Example

White with #A429FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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