Html Css Color HEX #A4589E Violet Blue

📋 copy color: '#A4589E'

red 164 ◦ green 88 ◦ blue 158

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

Shades of Violet Blue #A4589E

Tints of Violet Blue #A4589E

RGB

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

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

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

R = 40%
G = 21.46%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4589E (or 0xA4589E) is known color: Violet Blue. HEX triplet: A4, 58 and 9E. RGB value is (164,88,158). Sum of RGB (Red+Green+Blue) = 164+88+158=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4589E is #5BA761. Grayscale: #767676. Windows color (decimal): -6006626 or 10377380. OLE color: 10377380.

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

Color convert

RGB 164 88 158 -
CMYK 0 0.46 0.04 0.36
HSL 304.74º 0.3% 0.49% -
HSV(B) 304.74º 0.46% 0.64% -
XYZ 24.97 17.34 34.38 -
YUV 118.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 164 88 158 0 0.46 0.04 0.36 304.74 0.3 0.49
Hex A4 58 9E 0 2E 4 24 131 1E 31
Octal 244 130 236 0 56 4 44 461 36 61
Binary 10100100 1011000 10011110 0 101110 100 100100 100110001 11110 110001

Color Harmonies of #A4589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4589E

Black with #A4589E

Text Example


Text Example

White with #A4589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4589E; }

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

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

background-color css

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

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

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

border-color css

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

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

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