Html Css Color HEX #A5599D Violet Blue

📋 copy color: '#A5599D'

red 165 ◦ green 89 ◦ blue 157

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

Shades of Violet Blue #A5599D

Tints of Violet Blue #A5599D

RGB

 RED value IS 165 (64.84% from 255) = 40.15%

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

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 40.15%
G = 21.65%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5599D (or 0xA5599D) is known color: Violet Blue. HEX triplet: A5, 59 and 9D. RGB value is (165,89,157). Sum of RGB (Red+Green+Blue) = 165+89+157=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5599D is #5AA662. Grayscale: #777777. Windows color (decimal): -5940835 or 10312101. OLE color: 10312101.

HSL color Cylindrical-coordinate representation of color #A5599D: hue angle of 306.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5599D is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 157 -
CMYK 0 0.46 0.05 0.35
HSL 306.32º 0.3% 0.5% -
HSV(B) 306.32º 0.46% 0.65% -
XYZ 25.18 17.58 33.96 -
YUV 119.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 165 89 157 0 0.46 0.05 0.35 306.32 0.3 0.5
Hex A5 59 9D 0 2E 5 23 132 1E 32
Octal 245 131 235 0 56 5 43 462 36 62
Binary 10100101 1011001 10011101 0 101110 101 100011 100110010 11110 110010

Color Harmonies of #A5599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5599D

Black with #A5599D

Text Example


Text Example

White with #A5599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5599D; }

 p { color: rgb(165,89,157); }

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

background-color css

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

 a { background-color: rgb(165,89,157); }

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

border-color css

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

 span { border-color: rgb(165,89,157); }

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