Html Css Color HEX #A8589F Violet Blue

📋 copy color: '#A8589F'

red 168 ◦ green 88 ◦ blue 159

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

Shades of Violet Blue #A8589F

Tints of Violet Blue #A8589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.2%

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 40.48%
G = 21.2%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8589F (or 0xA8589F) is known color: Violet Blue. HEX triplet: A8, 58 and 9F. RGB value is (168,88,159). Sum of RGB (Red+Green+Blue) = 168+88+159=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8589F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8589F is #57A760. Grayscale: #777777. Windows color (decimal): -5744481 or 10442920. OLE color: 10442920.

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

Color convert

RGB 168 88 159 -
CMYK 0 0.48 0.05 0.34
HSL 306.75º 0.31% 0.5% -
HSV(B) 306.75º 0.48% 0.66% -
XYZ 25.9 17.81 34.87 -
YUV 120.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 168 88 159 0 0.48 0.05 0.34 306.75 0.31 0.5
Hex A8 58 9F 0 30 5 22 133 1F 32
Octal 250 130 237 0 60 5 42 463 37 62
Binary 10101000 1011000 10011111 0 110000 101 100010 100110011 11111 110010

Color Harmonies of #A8589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8589F

Black with #A8589F

Text Example


Text Example

White with #A8589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8589F; }

 p { color: rgb(168,88,159); }

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

background-color css

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

 a { background-color: rgb(168,88,159); }

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

border-color css

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

 span { border-color: rgb(168,88,159); }

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