Html Css Color HEX #A15899 Violet Blue

📋 copy color: '#A15899'

red 161 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #A15899

Tints of Violet Blue #A15899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.89%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 40.05%
G = 21.89%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A15899 (or 0xA15899) is known color: Violet Blue. HEX triplet: A1, 58 and 99. RGB value is (161,88,153). Sum of RGB (Red+Green+Blue) = 161+88+153=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A15899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15899 is #5EA766. Grayscale: #757575. Windows color (decimal): -6203239 or 10049697. OLE color: 10049697.

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

Color convert

RGB 161 88 153 -
CMYK 0 0.45 0.05 0.37
HSL 306.58º 0.29% 0.49% -
HSV(B) 306.58º 0.45% 0.63% -
XYZ 23.94 16.86 32.13 -
YUV 117.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 161 88 153 0 0.45 0.05 0.37 306.58 0.29 0.49
Hex A1 58 99 0 2D 5 25 133 1D 31
Octal 241 130 231 0 55 5 45 463 35 61
Binary 10100001 1011000 10011001 0 101101 101 100101 100110011 11101 110001

Color Harmonies of #A15899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15899

Black with #A15899

Text Example


Text Example

White with #A15899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15899; }

 p { color: rgb(161,88,153); }

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

background-color css

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

 a { background-color: rgb(161,88,153); }

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

border-color css

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

 span { border-color: rgb(161,88,153); }

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