Html Css Color HEX #A5599C Violet Blue

📋 copy color: '#A5599C'

red 165 ◦ green 89 ◦ blue 156

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

Shades of Violet Blue #A5599C

Tints of Violet Blue #A5599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 40.24%
G = 21.71%
B = 38.05%

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

#A5599C (or 0xA5599C) is known color: Violet Blue. HEX triplet: A5, 59 and 9C. RGB value is (165,89,156). Sum of RGB (Red+Green+Blue) = 165+89+156=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A5599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5599C is #5AA663. Grayscale: #777777. Windows color (decimal): -5940836 or 10246565. OLE color: 10246565.

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

Color convert

RGB 165 89 156 -
CMYK 0 0.46 0.05 0.35
HSL 307.11º 0.3% 0.5% -
HSV(B) 307.11º 0.46% 0.65% -
XYZ 25.09 17.54 33.52 -
YUV 119.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 165 89 156 0 0.46 0.05 0.35 307.11 0.3 0.5
Hex A5 59 9C 0 2E 5 23 133 1E 32
Octal 245 131 234 0 56 5 43 463 36 62
Binary 10100101 1011001 10011100 0 101110 101 100011 100110011 11110 110010

Color Harmonies of #A5599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5599C

Black with #A5599C

Text Example


Text Example

White with #A5599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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