Html Css Color HEX #A46999 Violet Blue

📋 copy color: '#A46999'

red 164 ◦ green 105 ◦ blue 153

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

Shades of Violet Blue #A46999

Tints of Violet Blue #A46999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 38.86%
G = 24.88%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46999 (or 0xA46999) is known color: Violet Blue. HEX triplet: A4, 69 and 99. RGB value is (164,105,153). Sum of RGB (Red+Green+Blue) = 164+105+153=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A46999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46999 is #5B9666. Grayscale: #7F7F7F. Windows color (decimal): -6002279 or 10054052. OLE color: 10054052.

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

Color convert

RGB 164 105 153 -
CMYK 0 0.36 0.07 0.36
HSL 311.19º 0.24% 0.53% -
HSV(B) 311.19º 0.36% 0.64% -
XYZ 26.11 20.3 32.68 -
YUV 128.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 164 105 153 0 0.36 0.07 0.36 311.19 0.24 0.53
Hex A4 69 99 0 24 7 24 137 18 35
Octal 244 151 231 0 44 7 44 467 30 65
Binary 10100100 1101001 10011001 0 100100 111 100100 100110111 11000 110101

Color Harmonies of #A46999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46999

Black with #A46999

Text Example


Text Example

White with #A46999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46999; }

 p { color: rgb(164,105,153); }

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

background-color css

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

 a { background-color: rgb(164,105,153); }

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

border-color css

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

 span { border-color: rgb(164,105,153); }

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