Html Css Color HEX #A5599E Violet Blue

📋 copy color: '#A5599E'

red 165 ◦ green 89 ◦ blue 158

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

Shades of Violet Blue #A5599E

Tints of Violet Blue #A5599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 40.05%
G = 21.6%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5599E (or 0xA5599E) is known color: Violet Blue. HEX triplet: A5, 59 and 9E. RGB value is (165,89,158). Sum of RGB (Red+Green+Blue) = 165+89+158=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5599E is #5AA661. Grayscale: #777777. Windows color (decimal): -5940834 or 10377637. OLE color: 10377637.

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

Color convert

RGB 165 89 158 -
CMYK 0 0.46 0.04 0.35
HSL 305.53º 0.3% 0.5% -
HSV(B) 305.53º 0.46% 0.65% -
XYZ 25.26 17.61 34.42 -
YUV 119.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 165 89 158 0 0.46 0.04 0.35 305.53 0.3 0.5
Hex A5 59 9E 0 2E 4 23 132 1E 32
Octal 245 131 236 0 56 4 43 462 36 62
Binary 10100101 1011001 10011110 0 101110 100 100011 100110010 11110 110010

Color Harmonies of #A5599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5599E

Black with #A5599E

Text Example


Text Example

White with #A5599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5599E; }

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

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

background-color css

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

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

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

border-color css

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

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

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