Html Css Color HEX #A03AA0 Violet Blue

📋 copy color: '#A03AA0'

red 160 ◦ green 58 ◦ blue 160

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

Shades of Violet Blue #A03AA0

Tints of Violet Blue #A03AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.34%

 BLUE value IS 160 (62.89% from 255) = 42.33%

R = 42.33%
G = 15.34%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#A03AA0 (or 0xA03AA0) is known color: Violet Blue. HEX triplet: A0, 3A and A0. RGB value is (160,58,160). Sum of RGB (Red+Green+Blue) = 160+58+160=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: red, blue. Hex color #A03AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AA0 is #5FC55F. Grayscale: #636363. Windows color (decimal): -6276448 or 10500768. OLE color: 10500768.

HSL color Cylindrical-coordinate representation of color #A03AA0: hue angle of 300º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03AA0 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 58 160 -
CMYK 0 0.64 0 0.37
HSL 300º 0.47% 0.43% -
HSV(B) 300º 0.64% 0.63% -
XYZ 22.36 13.04 34.6 -
YUV 100.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 160 58 160 0 0.64 0 0.37 300 0.47 0.43
Hex A0 3A A0 0 40 0 25 12C 2F 2B
Octal 240 72 240 0 100 0 45 454 57 53
Binary 10100000 111010 10100000 0 1000000 0 100101 100101100 101111 101011

Color Harmonies of #A03AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AA0

Black with #A03AA0

Text Example


Text Example

White with #A03AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AA0; }

 p { color: rgb(160,58,160); }

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

background-color css

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

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

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

border-color css

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

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

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