Html Css Color HEX #A13D95 Violet Blue

📋 copy color: '#A13D95'

red 161 ◦ green 61 ◦ blue 149

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

Shades of Violet Blue #A13D95

Tints of Violet Blue #A13D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.44%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 43.4%
G = 16.44%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A13D95 (or 0xA13D95) is known color: Violet Blue. HEX triplet: A1, 3D and 95. RGB value is (161,61,149). Sum of RGB (Red+Green+Blue) = 161+61+149=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D95 is #5EC26A. Grayscale: #646464. Windows color (decimal): -6210155 or 9780641. OLE color: 9780641.

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

Color convert

RGB 161 61 149 -
CMYK 0 0.62 0.07 0.37
HSL 307.2º 0.45% 0.44% -
HSV(B) 307.2º 0.62% 0.63% -
XYZ 21.79 13.08 29.81 -
YUV 100.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 161 61 149 0 0.62 0.07 0.37 307.2 0.45 0.44
Hex A1 3D 95 0 3E 7 25 133 2D 2C
Octal 241 75 225 0 76 7 45 463 55 54
Binary 10100001 111101 10010101 0 111110 111 100101 100110011 101101 101100

Color Harmonies of #A13D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D95

Black with #A13D95

Text Example


Text Example

White with #A13D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D95; }

 p { color: rgb(161,61,149); }

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

background-color css

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

 a { background-color: rgb(161,61,149); }

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

border-color css

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

 span { border-color: rgb(161,61,149); }

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