Html Css Color HEX #A1469C Violet Blue

📋 copy color: '#A1469C'

red 161 ◦ green 70 ◦ blue 156

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

Shades of Violet Blue #A1469C

Tints of Violet Blue #A1469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 41.6%
G = 18.09%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A1469C (or 0xA1469C) is known color: Violet Blue. HEX triplet: A1, 46 and 9C. RGB value is (161,70,156). Sum of RGB (Red+Green+Blue) = 161+70+156=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1469C is #5EB963. Grayscale: #6A6A6A. Windows color (decimal): -6207844 or 10241697. OLE color: 10241697.

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

Color convert

RGB 161 70 156 -
CMYK 0 0.57 0.03 0.37
HSL 303.3º 0.39% 0.45% -
HSV(B) 303.3º 0.57% 0.63% -
XYZ 22.89 14.36 33.02 -
YUV 107.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 161 70 156 0 0.57 0.03 0.37 303.3 0.39 0.45
Hex A1 46 9C 0 39 3 25 12F 27 2D
Octal 241 106 234 0 71 3 45 457 47 55
Binary 10100001 1000110 10011100 0 111001 11 100101 100101111 100111 101101

Color Harmonies of #A1469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1469C

Black with #A1469C

Text Example


Text Example

White with #A1469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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