Html Css Color HEX #A4589A Violet Blue

📋 copy color: '#A4589A'

red 164 ◦ green 88 ◦ blue 154

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

Shades of Violet Blue #A4589A

Tints of Violet Blue #A4589A

RGB

 RED value IS 164 (64.45% from 255) = 40.39%

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

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

R = 40.39%
G = 21.67%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4589A (or 0xA4589A) is known color: Violet Blue. HEX triplet: A4, 58 and 9A. RGB value is (164,88,154). Sum of RGB (Red+Green+Blue) = 164+88+154=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4589A is #5BA765. Grayscale: #767676. Windows color (decimal): -6006630 or 10115236. OLE color: 10115236.

HSL color Cylindrical-coordinate representation of color #A4589A: hue angle of 307.89º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4589A is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 154 -
CMYK 0 0.46 0.06 0.36
HSL 307.89º 0.3% 0.49% -
HSV(B) 307.89º 0.46% 0.64% -
XYZ 24.63 17.21 32.59 -
YUV 118.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 164 88 154 0 0.46 0.06 0.36 307.89 0.3 0.49
Hex A4 58 9A 0 2E 6 24 134 1E 31
Octal 244 130 232 0 56 6 44 464 36 61
Binary 10100100 1011000 10011010 0 101110 110 100100 100110100 11110 110001

Color Harmonies of #A4589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4589A

Black with #A4589A

Text Example


Text Example

White with #A4589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4589A; }

 p { color: rgb(164,88,154); }

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

background-color css

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

 a { background-color: rgb(164,88,154); }

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

border-color css

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

 span { border-color: rgb(164,88,154); }

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