Html Css Color HEX #A1469B Violet Blue

📋 copy color: '#A1469B'

red 161 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #A1469B

Tints of Violet Blue #A1469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.13%

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 41.71%
G = 18.13%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A1469B (or 0xA1469B) is known color: Violet Blue. HEX triplet: A1, 46 and 9B. RGB value is (161,70,155). Sum of RGB (Red+Green+Blue) = 161+70+155=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1469B is #5EB964. Grayscale: #6A6A6A. Windows color (decimal): -6207845 or 10176161. OLE color: 10176161.

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

Color convert

RGB 161 70 155 -
CMYK 0 0.57 0.04 0.37
HSL 303.96º 0.39% 0.45% -
HSV(B) 303.96º 0.57% 0.63% -
XYZ 22.8 14.32 32.57 -
YUV 106.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 161 70 155 0 0.57 0.04 0.37 303.96 0.39 0.45
Hex A1 46 9B 0 39 4 25 130 27 2D
Octal 241 106 233 0 71 4 45 460 47 55
Binary 10100001 1000110 10011011 0 111001 100 100101 100110000 100111 101101

Color Harmonies of #A1469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1469B

Black with #A1469B

Text Example


Text Example

White with #A1469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1469B; }

 p { color: rgb(161,70,155); }

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

background-color css

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

 a { background-color: rgb(161,70,155); }

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

border-color css

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

 span { border-color: rgb(161,70,155); }

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