Html Css Color HEX #A45996 Violet Blue

📋 copy color: '#A45996'

red 164 ◦ green 89 ◦ blue 150

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

Shades of Violet Blue #A45996

Tints of Violet Blue #A45996

RGB

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

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

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

R = 40.69%
G = 22.08%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A45996 (or 0xA45996) is known color: Violet Blue. HEX triplet: A4, 59 and 96. RGB value is (164,89,150). Sum of RGB (Red+Green+Blue) = 164+89+150=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A45996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45996 is #5BA669. Grayscale: #767676. Windows color (decimal): -6006378 or 9853348. OLE color: 9853348.

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

Color convert

RGB 164 89 150 -
CMYK 0 0.46 0.09 0.36
HSL 311.2º 0.3% 0.5% -
HSV(B) 311.2º 0.46% 0.64% -
XYZ 24.39 17.24 30.9 -
YUV 118.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 164 89 150 0 0.46 0.09 0.36 311.2 0.3 0.5
Hex A4 59 96 0 2E 9 24 137 1E 32
Octal 244 131 226 0 56 11 44 467 36 62
Binary 10100100 1011001 10010110 0 101110 1001 100100 100110111 11110 110010

Color Harmonies of #A45996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45996

Black with #A45996

Text Example


Text Example

White with #A45996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45996; }

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

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

background-color css

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

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

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

border-color css

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

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

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