Html Css Color HEX #A1478D Violet Blue

📋 copy color: '#A1478D'

red 161 ◦ green 71 ◦ blue 141

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

Shades of Violet Blue #A1478D

Tints of Violet Blue #A1478D

RGB

 RED value IS 161 (63.28% from 255) = 43.16%

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

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

R = 43.16%
G = 19.03%
B = 37.8%

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

#A1478D (or 0xA1478D) is known color: Violet Blue. HEX triplet: A1, 47 and 8D. RGB value is (161,71,141). Sum of RGB (Red+Green+Blue) = 161+71+141=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1478D is #5EB872. Grayscale: #696969. Windows color (decimal): -6207603 or 9258913. OLE color: 9258913.

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

Color convert

RGB 161 71 141 -
CMYK 0 0.56 0.12 0.37
HSL 313.33º 0.39% 0.45% -
HSV(B) 313.33º 0.56% 0.63% -
XYZ 21.76 14.01 26.76 -
YUV 105.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 161 71 141 0 0.56 0.12 0.37 313.33 0.39 0.45
Hex A1 47 8D 0 38 C 25 139 27 2D
Octal 241 107 215 0 70 14 45 471 47 55
Binary 10100001 1000111 10001101 0 111000 1100 100101 100111001 100111 101101

Color Harmonies of #A1478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1478D

Black with #A1478D

Text Example


Text Example

White with #A1478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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