Html Css Color HEX #A15D9F Violet Blue

📋 copy color: '#A15D9F'

red 161 ◦ green 93 ◦ blue 159

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

Shades of Violet Blue #A15D9F

Tints of Violet Blue #A15D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 38.98%
G = 22.52%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A15D9F (or 0xA15D9F) is known color: Violet Blue. HEX triplet: A1, 5D and 9F. RGB value is (161,93,159). Sum of RGB (Red+Green+Blue) = 161+93+159=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15D9F is #5EA260. Grayscale: #787878. Windows color (decimal): -6201953 or 10444193. OLE color: 10444193.

HSL color Cylindrical-coordinate representation of color #A15D9F: hue angle of 301.76º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A15D9F is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 93 159 -
CMYK 0 0.42 0.01 0.37
HSL 301.76º 0.27% 0.5% -
HSV(B) 301.76º 0.42% 0.63% -
XYZ 24.87 17.91 34.95 -
YUV 120.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 161 93 159 0 0.42 0.01 0.37 301.76 0.27 0.5
Hex A1 5D 9F 0 2A 1 25 12E 1B 32
Octal 241 135 237 0 52 1 45 456 33 62
Binary 10100001 1011101 10011111 0 101010 1 100101 100101110 11011 110010

Color Harmonies of #A15D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D9F

Black with #A15D9F

Text Example


Text Example

White with #A15D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D9F; }

 p { color: rgb(161,93,159); }

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

background-color css

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

 a { background-color: rgb(161,93,159); }

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

border-color css

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

 span { border-color: rgb(161,93,159); }

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