Html Css Color HEX #A429F2 Blue Violet

📋 copy color: '#A429F2'

red 164 ◦ green 41 ◦ blue 242

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

Shades of Blue Violet #A429F2

Tints of Blue Violet #A429F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 54.14%

R = 36.69%
G = 9.17%
B = 54.14%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A429F2 (or 0xA429F2) is known color: Blue Violet. HEX triplet: A4, 29 and F2. RGB value is (164,41,242). Sum of RGB (Red+Green+Blue) = 164+41+242=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #A429F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429F2 is #5BD60D. Grayscale: #646464. Windows color (decimal): -6018574 or 15870372. OLE color: 15870372.

HSL color Cylindrical-coordinate representation of color #A429F2: hue angle of 276.72º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A429F2 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 41 242 -
CMYK 0.32 0.83 0 0.05
HSL 276.72º 0.89% 0.55% -
HSV(B) 276.72º 0.83% 0.95% -
XYZ 32.13 15.89 85.38 -
YUV 100.69 207.75 173.16 -
System Red Green Blue C M Y K H S L
Decimal 164 41 242 0.32 0.83 0 0.05 276.72 0.89 0.55
Hex A4 29 F2 20 53 0 5 115 59 37
Octal 244 51 362 40 123 0 5 425 131 67
Binary 10100100 101001 11110010 100000 1010011 0 101 100010101 1011001 110111

Color Harmonies of #A429F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429F2

Black with #A429F2

Text Example


Text Example

White with #A429F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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