Html Css Color HEX #A45597 Violet Blue

📋 copy color: '#A45597'

red 164 ◦ green 85 ◦ blue 151

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

Shades of Violet Blue #A45597

Tints of Violet Blue #A45597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 41%
G = 21.25%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A45597 (or 0xA45597) is known color: Violet Blue. HEX triplet: A4, 55 and 97. RGB value is (164,85,151). Sum of RGB (Red+Green+Blue) = 164+85+151=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A45597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45597 is #5BAA68. Grayscale: #737373. Windows color (decimal): -6007401 or 9917860. OLE color: 9917860.

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

Color convert

RGB 164 85 151 -
CMYK 0 0.48 0.08 0.36
HSL 309.87º 0.32% 0.49% -
HSV(B) 309.87º 0.48% 0.64% -
XYZ 24.14 16.62 31.21 -
YUV 116.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 164 85 151 0 0.48 0.08 0.36 309.87 0.32 0.49
Hex A4 55 97 0 30 8 24 136 20 31
Octal 244 125 227 0 60 10 44 466 40 61
Binary 10100100 1010101 10010111 0 110000 1000 100100 100110110 100000 110001

Color Harmonies of #A45597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45597

Black with #A45597

Text Example


Text Example

White with #A45597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45597; }

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

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

background-color css

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

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

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

border-color css

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

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

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