Html Css Color HEX #A429ED Blue Violet

📋 copy color: '#A429ED'

red 164 ◦ green 41 ◦ blue 237

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

Shades of Blue Violet #A429ED

Tints of Blue Violet #A429ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 37.1%
G = 9.28%
B = 53.62%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A429ED (or 0xA429ED) is known color: Blue Violet. HEX triplet: A4, 29 and ED. RGB value is (164,41,237). Sum of RGB (Red+Green+Blue) = 164+41+237=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #A429ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429ED is #5BD612. Grayscale: #636363. Windows color (decimal): -6018579 or 15542692. OLE color: 15542692.

HSL color Cylindrical-coordinate representation of color #A429ED: hue angle of 277.65º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A429ED is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 41 237 -
CMYK 0.31 0.83 0 0.07
HSL 277.65º 0.84% 0.55% -
HSV(B) 277.65º 0.83% 0.93% -
XYZ 31.39 15.59 81.48 -
YUV 100.12 205.25 173.56 -
System Red Green Blue C M Y K H S L
Decimal 164 41 237 0.31 0.83 0 0.07 277.65 0.84 0.55
Hex A4 29 ED 1F 53 0 7 116 54 37
Octal 244 51 355 37 123 0 7 426 124 67
Binary 10100100 101001 11101101 11111 1010011 0 111 100010110 1010100 110111

Color Harmonies of #A429ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429ED

Black with #A429ED

Text Example


Text Example

White with #A429ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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