Html Css Color HEX #A029E7 Blue Violet

📋 copy color: '#A029E7'

red 160 ◦ green 41 ◦ blue 231

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

Shades of Blue Violet #A029E7

Tints of Blue Violet #A029E7

RGB

 RED value IS 160 (62.89% from 255) = 37.04%

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

 BLUE value IS 231 (90.63% from 255) = 53.47%

R = 37.04%
G = 9.49%
B = 53.47%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A029E7 (or 0xA029E7) is known color: Blue Violet. HEX triplet: A0, 29 and E7. RGB value is (160,41,231). Sum of RGB (Red+Green+Blue) = 160+41+231=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #A029E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A029E7 is #5FD618. Grayscale: #616161. Windows color (decimal): -6280729 or 15149472. OLE color: 15149472.

HSL color Cylindrical-coordinate representation of color #A029E7: hue angle of 277.58º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A029E7 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 41 231 -
CMYK 0.31 0.82 0 0.09
HSL 277.58º 0.8% 0.53% -
HSV(B) 277.58º 0.82% 0.91% -
XYZ 29.71 14.83 76.9 -
YUV 98.24 202.92 172.05 -
System Red Green Blue C M Y K H S L
Decimal 160 41 231 0.31 0.82 0 0.09 277.58 0.8 0.53
Hex A0 29 E7 1F 52 0 9 116 50 35
Octal 240 51 347 37 122 0 11 426 120 65
Binary 10100000 101001 11100111 11111 1010010 0 1001 100010110 1010000 110101

Color Harmonies of #A029E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029E7

Black with #A029E7

Text Example


Text Example

White with #A029E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029E7; }

 p { color: rgb(160,41,231); }

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

background-color css

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

 a { background-color: rgb(160,41,231); }

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

border-color css

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

 span { border-color: rgb(160,41,231); }

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