Html Css Color HEX #A46599 Violet Blue

📋 copy color: '#A46599'

red 164 ◦ green 101 ◦ blue 153

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

Shades of Violet Blue #A46599

Tints of Violet Blue #A46599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.16%

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

R = 39.23%
G = 24.16%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A46599 (or 0xA46599) is known color: Violet Blue. HEX triplet: A4, 65 and 99. RGB value is (164,101,153). Sum of RGB (Red+Green+Blue) = 164+101+153=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A46599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46599 is #5B9A66. Grayscale: #7D7D7D. Windows color (decimal): -6003303 or 10053028. OLE color: 10053028.

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

Color convert

RGB 164 101 153 -
CMYK 0 0.38 0.07 0.36
HSL 310.48º 0.26% 0.52% -
HSV(B) 310.48º 0.38% 0.64% -
XYZ 25.71 19.5 32.55 -
YUV 125.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 164 101 153 0 0.38 0.07 0.36 310.48 0.26 0.52
Hex A4 65 99 0 26 7 24 136 1A 34
Octal 244 145 231 0 46 7 44 466 32 64
Binary 10100100 1100101 10011001 0 100110 111 100100 100110110 11010 110100

Color Harmonies of #A46599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46599

Black with #A46599

Text Example


Text Example

White with #A46599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46599; }

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

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

background-color css

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

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

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

border-color css

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

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

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