Html Css Color HEX #A45495 Violet Blue

📋 copy color: '#A45495'

red 164 ◦ green 84 ◦ blue 149

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

Shades of Violet Blue #A45495

Tints of Violet Blue #A45495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 41.31%
G = 21.16%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A45495 (or 0xA45495) is known color: Violet Blue. HEX triplet: A4, 54 and 95. RGB value is (164,84,149). Sum of RGB (Red+Green+Blue) = 164+84+149=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A45495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45495 is #5BAB6A. Grayscale: #737373. Windows color (decimal): -6007659 or 9786532. OLE color: 9786532.

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

Color convert

RGB 164 84 149 -
CMYK 0 0.49 0.09 0.36
HSL 311.25º 0.32% 0.49% -
HSV(B) 311.25º 0.49% 0.64% -
XYZ 23.9 16.4 30.34 -
YUV 115.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 164 84 149 0 0.49 0.09 0.36 311.25 0.32 0.49
Hex A4 54 95 0 31 9 24 137 20 31
Octal 244 124 225 0 61 11 44 467 40 61
Binary 10100100 1010100 10010101 0 110001 1001 100100 100110111 100000 110001

Color Harmonies of #A45495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45495

Black with #A45495

Text Example


Text Example

White with #A45495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45495; }

 p { color: rgb(164,84,149); }

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

background-color css

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

 a { background-color: rgb(164,84,149); }

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

border-color css

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

 span { border-color: rgb(164,84,149); }

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