Html Css Color HEX #A13B95 Violet Blue

📋 copy color: '#A13B95'

red 161 ◦ green 59 ◦ blue 149

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

Shades of Violet Blue #A13B95

Tints of Violet Blue #A13B95

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.99%

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

R = 43.63%
G = 15.99%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A13B95 (or 0xA13B95) is known color: Violet Blue. HEX triplet: A1, 3B and 95. RGB value is (161,59,149). Sum of RGB (Red+Green+Blue) = 161+59+149=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13B95 is #5EC46A. Grayscale: #636363. Windows color (decimal): -6210667 or 9780129. OLE color: 9780129.

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

Color convert

RGB 161 59 149 -
CMYK 0 0.63 0.07 0.37
HSL 307.06º 0.46% 0.43% -
HSV(B) 307.06º 0.63% 0.63% -
XYZ 21.69 12.87 29.78 -
YUV 99.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 161 59 149 0 0.63 0.07 0.37 307.06 0.46 0.43
Hex A1 3B 95 0 3F 7 25 133 2E 2B
Octal 241 73 225 0 77 7 45 463 56 53
Binary 10100001 111011 10010101 0 111111 111 100101 100110011 101110 101011

Color Harmonies of #A13B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B95

Black with #A13B95

Text Example


Text Example

White with #A13B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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