Html Css Color HEX #A0478F Violet Blue

📋 copy color: '#A0478F'

red 160 ◦ green 71 ◦ blue 143

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

Shades of Violet Blue #A0478F

Tints of Violet Blue #A0478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 42.78%
G = 18.98%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0478F (or 0xA0478F) is known color: Violet Blue. HEX triplet: A0, 47 and 8F. RGB value is (160,71,143). Sum of RGB (Red+Green+Blue) = 160+71+143=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0478F is #5FB870. Grayscale: #696969. Windows color (decimal): -6273137 or 9389984. OLE color: 9389984.

HSL color Cylindrical-coordinate representation of color #A0478F: hue angle of 311.46º 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 #A0478F is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 143 -
CMYK 0 0.56 0.11 0.37
HSL 311.46º 0.39% 0.45% -
HSV(B) 311.46º 0.56% 0.63% -
XYZ 21.71 13.96 27.54 -
YUV 105.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 160 71 143 0 0.56 0.11 0.37 311.46 0.39 0.45
Hex A0 47 8F 0 38 B 25 137 27 2D
Octal 240 107 217 0 70 13 45 467 47 55
Binary 10100000 1000111 10001111 0 111000 1011 100101 100110111 100111 101101

Color Harmonies of #A0478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0478F

Black with #A0478F

Text Example


Text Example

White with #A0478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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