Html Css Color HEX #A45599 Violet Blue

📋 copy color: '#A45599'

red 164 ◦ green 85 ◦ blue 153

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

Shades of Violet Blue #A45599

Tints of Violet Blue #A45599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 40.8%
G = 21.14%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A45599 (or 0xA45599) is known color: Violet Blue. HEX triplet: A4, 55 and 99. RGB value is (164,85,153). Sum of RGB (Red+Green+Blue) = 164+85+153=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A45599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45599 is #5BAA66. Grayscale: #747474. Windows color (decimal): -6007399 or 10048932. OLE color: 10048932.

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

Color convert

RGB 164 85 153 -
CMYK 0 0.48 0.07 0.36
HSL 308.35º 0.32% 0.49% -
HSV(B) 308.35º 0.48% 0.64% -
XYZ 24.31 16.69 32.08 -
YUV 116.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 164 85 153 0 0.48 0.07 0.36 308.35 0.32 0.49
Hex A4 55 99 0 30 7 24 134 20 31
Octal 244 125 231 0 60 7 44 464 40 61
Binary 10100100 1010101 10011001 0 110000 111 100100 100110100 100000 110001

Color Harmonies of #A45599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45599

Black with #A45599

Text Example


Text Example

White with #A45599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45599; }

 p { color: rgb(164,85,153); }

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

background-color css

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

 a { background-color: rgb(164,85,153); }

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

border-color css

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

 span { border-color: rgb(164,85,153); }

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