Html Css Color HEX #A46193 Violet Blue

📋 copy color: '#A46193'

red 164 ◦ green 97 ◦ blue 147

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

Shades of Violet Blue #A46193

Tints of Violet Blue #A46193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.77%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 40.2%
G = 23.77%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A46193 (or 0xA46193) is known color: Violet Blue. HEX triplet: A4, 61 and 93. RGB value is (164,97,147). Sum of RGB (Red+Green+Blue) = 164+97+147=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A46193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46193 is #5B9E6C. Grayscale: #7A7A7A. Windows color (decimal): -6004333 or 9658788. OLE color: 9658788.

HSL color Cylindrical-coordinate representation of color #A46193: hue angle of 315.22º 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 #A46193 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 147 -
CMYK 0 0.41 0.10 0.36
HSL 315.22º 0.27% 0.51% -
HSV(B) 315.22º 0.41% 0.64% -
XYZ 24.85 18.55 29.87 -
YUV 122.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 164 97 147 0 0.41 0.10 0.36 315.22 0.27 0.51
Hex A4 61 93 0 29 A 24 13B 1B 33
Octal 244 141 223 0 51 12 44 473 33 63
Binary 10100100 1100001 10010011 0 101001 1010 100100 100111011 11011 110011

Color Harmonies of #A46193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46193

Black with #A46193

Text Example


Text Example

White with #A46193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46193; }

 p { color: rgb(164,97,147); }

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

background-color css

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

 a { background-color: rgb(164,97,147); }

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

border-color css

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

 span { border-color: rgb(164,97,147); }

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