Html Css Color HEX #A45496 Violet Blue

📋 copy color: '#A45496'

red 164 ◦ green 84 ◦ blue 150

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

Shades of Violet Blue #A45496

Tints of Violet Blue #A45496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.69%

R = 41.21%
G = 21.11%
B = 37.69%

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

#A45496 (or 0xA45496) is known color: Violet Blue. HEX triplet: A4, 54 and 96. RGB value is (164,84,150). Sum of RGB (Red+Green+Blue) = 164+84+150=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A45496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45496 is #5BAB69. Grayscale: #737373. Windows color (decimal): -6007658 or 9852068. OLE color: 9852068.

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

Color convert

RGB 164 84 150 -
CMYK 0 0.49 0.09 0.36
HSL 310.5º 0.32% 0.49% -
HSV(B) 310.5º 0.49% 0.64% -
XYZ 23.99 16.44 30.76 -
YUV 115.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 164 84 150 0 0.49 0.09 0.36 310.5 0.32 0.49
Hex A4 54 96 0 31 9 24 136 20 31
Octal 244 124 226 0 61 11 44 466 40 61
Binary 10100100 1010100 10010110 0 110001 1001 100100 100110110 100000 110001

Color Harmonies of #A45496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45496

Black with #A45496

Text Example


Text Example

White with #A45496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45496; }

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

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

background-color css

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

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

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

border-color css

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

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

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