Html Css Color HEX #A035E5 Blue Violet

📋 copy color: '#A035E5'

red 160 ◦ green 53 ◦ blue 229

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

Shades of Blue Violet #A035E5

Tints of Blue Violet #A035E5

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.99%

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

R = 36.2%
G = 11.99%
B = 51.81%

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

#A035E5 (or 0xA035E5) is known color: Blue Violet. HEX triplet: A0, 35 and E5. RGB value is (160,53,229). Sum of RGB (Red+Green+Blue) = 160+53+229=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 229 (89.84% from 255 or 51.81% from 442); Max value from RGB is 229 - color contains mainly: blue. Hex color #A035E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035E5 is #5FCA1A. Grayscale: #686868. Windows color (decimal): -6277659 or 15021472. OLE color: 15021472.

HSL color Cylindrical-coordinate representation of color #A035E5: hue angle of 276.48º 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 #A035E5 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 53 229 -
CMYK 0.30 0.77 0 0.10
HSL 276.48º 0.77% 0.55% -
HSV(B) 276.48º 0.77% 0.9% -
XYZ 29.91 15.68 75.58 -
YUV 105.06 197.95 167.19 -
System Red Green Blue C M Y K H S L
Decimal 160 53 229 0.30 0.77 0 0.10 276.48 0.77 0.55
Hex A0 35 E5 1E 4D 0 A 114 4D 37
Octal 240 65 345 36 115 0 12 424 115 67
Binary 10100000 110101 11100101 11110 1001101 0 1010 100010100 1001101 110111

Color Harmonies of #A035E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A035E5

Black with #A035E5

Text Example


Text Example

White with #A035E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A035E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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