Html Css Color HEX #A46095 Violet Blue

📋 copy color: '#A46095'

red 164 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #A46095

Tints of Violet Blue #A46095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 40.1%
G = 23.47%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A46095 (or 0xA46095) is known color: Violet Blue. HEX triplet: A4, 60 and 95. RGB value is (164,96,149). Sum of RGB (Red+Green+Blue) = 164+96+149=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A46095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46095 is #5B9F6A. Grayscale: #7A7A7A. Windows color (decimal): -6004587 or 9789604. OLE color: 9789604.

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

Color convert

RGB 164 96 149 -
CMYK 0 0.41 0.09 0.36
HSL 313.24º 0.27% 0.51% -
HSV(B) 313.24º 0.41% 0.64% -
XYZ 24.92 18.43 30.68 -
YUV 122.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 164 96 149 0 0.41 0.09 0.36 313.24 0.27 0.51
Hex A4 60 95 0 29 9 24 139 1B 33
Octal 244 140 225 0 51 11 44 471 33 63
Binary 10100100 1100000 10010101 0 101001 1001 100100 100111001 11011 110011

Color Harmonies of #A46095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46095

Black with #A46095

Text Example


Text Example

White with #A46095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46095; }

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

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

background-color css

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

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

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

border-color css

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

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

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