Html Css Color HEX #A4599B Violet Blue

📋 copy color: '#A4599B'

red 164 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #A4599B

Tints of Violet Blue #A4599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.99%

R = 40.2%
G = 21.81%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4599B (or 0xA4599B) is known color: Violet Blue. HEX triplet: A4, 59 and 9B. RGB value is (164,89,155). Sum of RGB (Red+Green+Blue) = 164+89+155=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A4599B is #5BA664. Grayscale: #767676. Windows color (decimal): -6006373 or 10181028. OLE color: 10181028.

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

Color convert

RGB 164 89 155 -
CMYK 0 0.46 0.05 0.36
HSL 307.2º 0.3% 0.5% -
HSV(B) 307.2º 0.46% 0.64% -
XYZ 24.8 17.4 33.06 -
YUV 118.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 164 89 155 0 0.46 0.05 0.36 307.2 0.3 0.5
Hex A4 59 9B 0 2E 5 24 133 1E 32
Octal 244 131 233 0 56 5 44 463 36 62
Binary 10100100 1011001 10011011 0 101110 101 100100 100110011 11110 110010

Color Harmonies of #A4599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4599B

Black with #A4599B

Text Example


Text Example

White with #A4599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4599B; }

 p { color: rgb(164,89,155); }

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

background-color css

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

 a { background-color: rgb(164,89,155); }

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

border-color css

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

 span { border-color: rgb(164,89,155); }

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