Html Css Color HEX #A46497 Violet Blue

📋 copy color: '#A46497'

red 164 ◦ green 100 ◦ blue 151

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

Shades of Violet Blue #A46497

Tints of Violet Blue #A46497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

 BLUE value IS 151 (59.38% from 255) = 36.39%

R = 39.52%
G = 24.1%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A46497 (or 0xA46497) is known color: Violet Blue. HEX triplet: A4, 64 and 97. RGB value is (164,100,151). Sum of RGB (Red+Green+Blue) = 164+100+151=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A46497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46497 is #5B9B68. Grayscale: #7C7C7C. Windows color (decimal): -6003561 or 9921700. OLE color: 9921700.

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

Color convert

RGB 164 100 151 -
CMYK 0 0.39 0.08 0.36
HSL 312.19º 0.26% 0.52% -
HSV(B) 312.19º 0.39% 0.64% -
XYZ 25.45 19.24 31.65 -
YUV 124.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 164 100 151 0 0.39 0.08 0.36 312.19 0.26 0.52
Hex A4 64 97 0 27 8 24 138 1A 34
Octal 244 144 227 0 47 10 44 470 32 64
Binary 10100100 1100100 10010111 0 100111 1000 100100 100111000 11010 110100

Color Harmonies of #A46497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46497

Black with #A46497

Text Example


Text Example

White with #A46497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46497; }

 p { color: rgb(164,100,151); }

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

background-color css

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

 a { background-color: rgb(164,100,151); }

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

border-color css

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

 span { border-color: rgb(164,100,151); }

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