Html Css Color HEX #A3599B Violet Blue

📋 copy color: '#A3599B'

red 163 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #A3599B

Tints of Violet Blue #A3599B

RGB

 RED value IS 163 (64.06% from 255) = 40.05%

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 40.05%
G = 21.87%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3599B (or 0xA3599B) is known color: Violet Blue. HEX triplet: A3, 59 and 9B. RGB value is (163,89,155). Sum of RGB (Red+Green+Blue) = 163+89+155=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3599B is #5CA664. Grayscale: #767676. Windows color (decimal): -6071909 or 10181027. OLE color: 10181027.

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

Color convert

RGB 163 89 155 -
CMYK 0 0.45 0.05 0.36
HSL 306.49º 0.29% 0.49% -
HSV(B) 306.49º 0.45% 0.64% -
XYZ 24.59 17.3 33.05 -
YUV 118.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 163 89 155 0 0.45 0.05 0.36 306.49 0.29 0.49
Hex A3 59 9B 0 2D 5 24 132 1D 31
Octal 243 131 233 0 55 5 44 462 35 61
Binary 10100011 1011001 10011011 0 101101 101 100100 100110010 11101 110001

Color Harmonies of #A3599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3599B

Black with #A3599B

Text Example


Text Example

White with #A3599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3599B; }

 p { color: rgb(163,89,155); }

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

background-color css

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

 a { background-color: rgb(163,89,155); }

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

border-color css

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

 span { border-color: rgb(163,89,155); }

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