Html Css Color HEX #A034E5 Blue Violet

📋 copy color: '#A034E5'

red 160 ◦ green 52 ◦ blue 229

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

Shades of Blue Violet #A034E5

Tints of Blue Violet #A034E5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.79%

 BLUE value IS 229 (89.84% from 255) = 51.93%

R = 36.28%
G = 11.79%
B = 51.93%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A034E5 (or 0xA034E5) is known color: Blue Violet. HEX triplet: A0, 34 and E5. RGB value is (160,52,229). Sum of RGB (Red+Green+Blue) = 160+52+229=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #A034E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034E5 is #5FCB1A. Grayscale: #676767. Windows color (decimal): -6277915 or 15021216. OLE color: 15021216.

HSL color Cylindrical-coordinate representation of color #A034E5: hue angle of 276.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A034E5 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 52 229 -
CMYK 0.30 0.77 0 0.10
HSL 276.61º 0.77% 0.55% -
HSV(B) 276.61º 0.77% 0.9% -
XYZ 29.87 15.59 75.56 -
YUV 104.47 198.28 167.61 -
System Red Green Blue C M Y K H S L
Decimal 160 52 229 0.30 0.77 0 0.10 276.61 0.77 0.55
Hex A0 34 E5 1E 4D 0 A 115 4D 37
Octal 240 64 345 36 115 0 12 425 115 67
Binary 10100000 110100 11100101 11110 1001101 0 1010 100010101 1001101 110111

Color Harmonies of #A034E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A034E5

Black with #A034E5

Text Example


Text Example

White with #A034E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A034E5; }

 p { color: rgb(160,52,229); }

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

background-color css

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

 a { background-color: rgb(160,52,229); }

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

border-color css

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

 span { border-color: rgb(160,52,229); }

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