Html Css Color HEX #A429FA Blue Violet

📋 copy color: '#A429FA'

red 164 ◦ green 41 ◦ blue 250

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

Shades of Blue Violet #A429FA

Tints of Blue Violet #A429FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.95%

R = 36.04%
G = 9.01%
B = 54.95%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A429FA (or 0xA429FA) is known color: Blue Violet. HEX triplet: A4, 29 and FA. RGB value is (164,41,250). Sum of RGB (Red+Green+Blue) = 164+41+250=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #A429FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429FA is #5BD605. Grayscale: #646464. Windows color (decimal): -6018566 or 16394660. OLE color: 16394660.

HSL color Cylindrical-coordinate representation of color #A429FA: hue angle of 275.31º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A429FA is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 41 250 -
CMYK 0.34 0.84 0 0.02
HSL 275.31º 0.95% 0.57% -
HSV(B) 275.31º 0.84% 0.98% -
XYZ 33.36 16.38 91.85 -
YUV 101.6 211.75 172.51 -
System Red Green Blue C M Y K H S L
Decimal 164 41 250 0.34 0.84 0 0.02 275.31 0.95 0.57
Hex A4 29 FA 22 54 0 2 113 5F 39
Octal 244 51 372 42 124 0 2 423 137 71
Binary 10100100 101001 11111010 100010 1010100 0 10 100010011 1011111 111001

Color Harmonies of #A429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429FA

Black with #A429FA

Text Example


Text Example

White with #A429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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