Html Css Color HEX #A029EB Blue Violet

📋 copy color: '#A029EB'

red 160 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #A029EB

Tints of Blue Violet #A029EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 36.7%
G = 9.4%
B = 53.9%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A029EB (or 0xA029EB) is known color: Blue Violet. HEX triplet: A0, 29 and EB. RGB value is (160,41,235). Sum of RGB (Red+Green+Blue) = 160+41+235=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #A029EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A029EB is #5FD614. Grayscale: #626262. Windows color (decimal): -6280725 or 15411616. OLE color: 15411616.

HSL color Cylindrical-coordinate representation of color #A029EB: hue angle of 276.8º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A029EB is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 41 235 -
CMYK 0.32 0.83 0 0.08
HSL 276.8º 0.83% 0.54% -
HSV(B) 276.8º 0.83% 0.92% -
XYZ 30.29 15.06 79.91 -
YUV 98.7 204.92 171.73 -
System Red Green Blue C M Y K H S L
Decimal 160 41 235 0.32 0.83 0 0.08 276.8 0.83 0.54
Hex A0 29 EB 20 53 0 8 115 53 36
Octal 240 51 353 40 123 0 10 425 123 66
Binary 10100000 101001 11101011 100000 1010011 0 1000 100010101 1010011 110110

Color Harmonies of #A029EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029EB

Black with #A029EB

Text Example


Text Example

White with #A029EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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