Html Css Color HEX #A15B9F Violet Blue

📋 copy color: '#A15B9F'

red 161 ◦ green 91 ◦ blue 159

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

Shades of Violet Blue #A15B9F

Tints of Violet Blue #A15B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

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

R = 39.17%
G = 22.14%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A15B9F (or 0xA15B9F) is known color: Violet Blue. HEX triplet: A1, 5B and 9F. RGB value is (161,91,159). Sum of RGB (Red+Green+Blue) = 161+91+159=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15B9F is #5EA460. Grayscale: #777777. Windows color (decimal): -6202465 or 10443681. OLE color: 10443681.

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

Color convert

RGB 161 91 159 -
CMYK 0 0.43 0.01 0.37
HSL 301.71º 0.28% 0.49% -
HSV(B) 301.71º 0.43% 0.63% -
XYZ 24.7 17.56 34.89 -
YUV 119.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 161 91 159 0 0.43 0.01 0.37 301.71 0.28 0.49
Hex A1 5B 9F 0 2B 1 25 12E 1C 31
Octal 241 133 237 0 53 1 45 456 34 61
Binary 10100001 1011011 10011111 0 101011 1 100101 100101110 11100 110001

Color Harmonies of #A15B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15B9F

Black with #A15B9F

Text Example


Text Example

White with #A15B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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