Html Css Color HEX #A46395 Violet Blue

📋 copy color: '#A46395'

red 164 ◦ green 99 ◦ blue 149

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

Shades of Violet Blue #A46395

Tints of Violet Blue #A46395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

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

R = 39.81%
G = 24.03%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A46395 (or 0xA46395) is known color: Violet Blue. HEX triplet: A4, 63 and 95. RGB value is (164,99,149). Sum of RGB (Red+Green+Blue) = 164+99+149=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A46395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46395 is #5B9C6A. Grayscale: #7B7B7B. Windows color (decimal): -6003819 or 9790372. OLE color: 9790372.

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

Color convert

RGB 164 99 149 -
CMYK 0 0.40 0.09 0.36
HSL 313.85º 0.26% 0.52% -
HSV(B) 313.85º 0.4% 0.64% -
XYZ 25.2 18.99 30.77 -
YUV 124.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 164 99 149 0 0.40 0.09 0.36 313.85 0.26 0.52
Hex A4 63 95 0 28 9 24 13A 1A 34
Octal 244 143 225 0 50 11 44 472 32 64
Binary 10100100 1100011 10010101 0 101000 1001 100100 100111010 11010 110100

Color Harmonies of #A46395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46395

Black with #A46395

Text Example


Text Example

White with #A46395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46395; }

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

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

background-color css

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

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

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

border-color css

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

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

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