Html Css Color HEX #A1478F Violet Blue

📋 copy color: '#A1478F'

red 161 ◦ green 71 ◦ blue 143

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

Shades of Violet Blue #A1478F

Tints of Violet Blue #A1478F

RGB

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

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

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

R = 42.93%
G = 18.93%
B = 38.13%

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

#A1478F (or 0xA1478F) is known color: Violet Blue. HEX triplet: A1, 47 and 8F. RGB value is (161,71,143). Sum of RGB (Red+Green+Blue) = 161+71+143=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1478F is #5EB870. Grayscale: #696969. Windows color (decimal): -6207601 or 9389985. OLE color: 9389985.

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

Color convert

RGB 161 71 143 -
CMYK 0 0.56 0.11 0.37
HSL 312º 0.39% 0.45% -
HSV(B) 312º 0.56% 0.63% -
XYZ 21.91 14.07 27.55 -
YUV 106.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 161 71 143 0 0.56 0.11 0.37 312 0.39 0.45
Hex A1 47 8F 0 38 B 25 138 27 2D
Octal 241 107 217 0 70 13 45 470 47 55
Binary 10100001 1000111 10001111 0 111000 1011 100101 100111000 100111 101101

Color Harmonies of #A1478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1478F

Black with #A1478F

Text Example


Text Example

White with #A1478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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