Html Css Color HEX #A1619D Violet Blue

📋 copy color: '#A1619D'

red 161 ◦ green 97 ◦ blue 157

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

Shades of Violet Blue #A1619D

Tints of Violet Blue #A1619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 38.8%
G = 23.37%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1619D (or 0xA1619D) is known color: Violet Blue. HEX triplet: A1, 61 and 9D. RGB value is (161,97,157). Sum of RGB (Red+Green+Blue) = 161+97+157=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1619D is #5E9E62. Grayscale: #7A7A7A. Windows color (decimal): -6200931 or 10314145. OLE color: 10314145.

HSL color Cylindrical-coordinate representation of color #A1619D: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1619D is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 157 -
CMYK 0 0.40 0.02 0.37
HSL 303.75º 0.25% 0.51% -
HSV(B) 303.75º 0.4% 0.63% -
XYZ 25.06 18.56 34.16 -
YUV 122.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 161 97 157 0 0.40 0.02 0.37 303.75 0.25 0.51
Hex A1 61 9D 0 28 2 25 130 19 33
Octal 241 141 235 0 50 2 45 460 31 63
Binary 10100001 1100001 10011101 0 101000 10 100101 100110000 11001 110011

Color Harmonies of #A1619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1619D

Black with #A1619D

Text Example


Text Example

White with #A1619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1619D; }

 p { color: rgb(161,97,157); }

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

background-color css

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

 a { background-color: rgb(161,97,157); }

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

border-color css

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

 span { border-color: rgb(161,97,157); }

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