Html Css Color HEX #A029FF Blue Violet

📋 copy color: '#A029FF'

red 160 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #A029FF

Tints of Blue Violet #A029FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 35.09%
G = 8.99%
B = 55.92%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A029FF (or 0xA029FF) is known color: Blue Violet. HEX triplet: A0, 29 and FF. RGB value is (160,41,255). Sum of RGB (Red+Green+Blue) = 160+41+255=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #A029FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A029FF is #5FD600. Grayscale: #646464. Windows color (decimal): -6280705 or 16722336. OLE color: 16722336.

HSL color Cylindrical-coordinate representation of color #A029FF: hue angle of 273.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A029FF is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 41 255 -
CMYK 0.37 0.84 0 0
HSL 273.36º 1% 0.58% -
HSV(B) 273.36º 0.84% 1% -
XYZ 33.34 16.28 95.99 -
YUV 100.98 214.92 170.1 -
System Red Green Blue C M Y K H S L
Decimal 160 41 255 0.37 0.84 0 0 273.36 1 0.58
Hex A0 29 FF 25 54 0 0 111 64 3A
Octal 240 51 377 45 124 0 0 421 144 72
Binary 10100000 101001 11111111 100101 1010100 0 0 100010001 1100100 111010

Color Harmonies of #A029FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029FF

Black with #A029FF

Text Example


Text Example

White with #A029FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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