Html Css Color HEX #A5599B Violet Blue

📋 copy color: '#A5599B'

red 165 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #A5599B

Tints of Violet Blue #A5599B

RGB

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

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

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

R = 40.34%
G = 21.76%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5599B (or 0xA5599B) is known color: Violet Blue. HEX triplet: A5, 59 and 9B. RGB value is (165,89,155). Sum of RGB (Red+Green+Blue) = 165+89+155=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5599B is #5AA664. Grayscale: #777777. Windows color (decimal): -5940837 or 10181029. OLE color: 10181029.

HSL color Cylindrical-coordinate representation of color #A5599B: hue angle of 307.89º 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 #A5599B is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 155 -
CMYK 0 0.46 0.06 0.35
HSL 307.89º 0.3% 0.5% -
HSV(B) 307.89º 0.46% 0.65% -
XYZ 25.01 17.51 33.07 -
YUV 119.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 165 89 155 0 0.46 0.06 0.35 307.89 0.3 0.5
Hex A5 59 9B 0 2E 6 23 134 1E 32
Octal 245 131 233 0 56 6 43 464 36 62
Binary 10100101 1011001 10011011 0 101110 110 100011 100110100 11110 110010

Color Harmonies of #A5599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5599B

Black with #A5599B

Text Example


Text Example

White with #A5599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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