Html Css Color HEX #A0478D Violet Blue

📋 copy color: '#A0478D'

red 160 ◦ green 71 ◦ blue 141

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

Shades of Violet Blue #A0478D

Tints of Violet Blue #A0478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 43.01%
G = 19.09%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0478D (or 0xA0478D) is known color: Violet Blue. HEX triplet: A0, 47 and 8D. RGB value is (160,71,141). Sum of RGB (Red+Green+Blue) = 160+71+141=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0478D is #5FB872. Grayscale: #696969. Windows color (decimal): -6273139 or 9258912. OLE color: 9258912.

HSL color Cylindrical-coordinate representation of color #A0478D: hue angle of 312.81º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0478D is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 141 -
CMYK 0 0.56 0.12 0.37
HSL 312.81º 0.39% 0.45% -
HSV(B) 312.81º 0.56% 0.63% -
XYZ 21.56 13.9 26.75 -
YUV 105.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 160 71 141 0 0.56 0.12 0.37 312.81 0.39 0.45
Hex A0 47 8D 0 38 C 25 139 27 2D
Octal 240 107 215 0 70 14 45 471 47 55
Binary 10100000 1000111 10001101 0 111000 1100 100101 100111001 100111 101101

Color Harmonies of #A0478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0478D

Black with #A0478D

Text Example


Text Example

White with #A0478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0478D; }

 p { color: rgb(160,71,141); }

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

background-color css

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

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

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

border-color css

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

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

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