Html Css Color HEX #A8599A Violet Blue

📋 copy color: '#A8599A'

red 168 ◦ green 89 ◦ blue 154

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

Shades of Violet Blue #A8599A

Tints of Violet Blue #A8599A

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 40.88%
G = 21.65%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8599A (or 0xA8599A) is known color: Violet Blue. HEX triplet: A8, 59 and 9A. RGB value is (168,89,154). Sum of RGB (Red+Green+Blue) = 168+89+154=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8599A is #57A665. Grayscale: #777777. Windows color (decimal): -5744230 or 10115496. OLE color: 10115496.

HSL color Cylindrical-coordinate representation of color #A8599A: hue angle of 310.63º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8599A is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 154 -
CMYK 0 0.47 0.08 0.34
HSL 310.63º 0.31% 0.5% -
HSV(B) 310.63º 0.47% 0.66% -
XYZ 25.55 17.8 32.66 -
YUV 120.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 168 89 154 0 0.47 0.08 0.34 310.63 0.31 0.5
Hex A8 59 9A 0 2F 8 22 137 1F 32
Octal 250 131 232 0 57 10 42 467 37 62
Binary 10101000 1011001 10011010 0 101111 1000 100010 100110111 11111 110010

Color Harmonies of #A8599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8599A

Black with #A8599A

Text Example


Text Example

White with #A8599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8599A; }

 p { color: rgb(168,89,154); }

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

background-color css

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

 a { background-color: rgb(168,89,154); }

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

border-color css

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

 span { border-color: rgb(168,89,154); }

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