Html Css Color HEX #A46396 Violet Blue

📋 copy color: '#A46396'

red 164 ◦ green 99 ◦ blue 150

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

Shades of Violet Blue #A46396

Tints of Violet Blue #A46396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 39.71%
G = 23.97%
B = 36.32%

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

#A46396 (or 0xA46396) is known color: Violet Blue. HEX triplet: A4, 63 and 96. RGB value is (164,99,150). Sum of RGB (Red+Green+Blue) = 164+99+150=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A46396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46396 is #5B9C69. Grayscale: #7C7C7C. Windows color (decimal): -6003818 or 9855908. OLE color: 9855908.

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

Color convert

RGB 164 99 150 -
CMYK 0 0.40 0.09 0.36
HSL 312.92º 0.26% 0.52% -
HSV(B) 312.92º 0.4% 0.64% -
XYZ 25.28 19.02 31.19 -
YUV 124.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 164 99 150 0 0.40 0.09 0.36 312.92 0.26 0.52
Hex A4 63 96 0 28 9 24 139 1A 34
Octal 244 143 226 0 50 11 44 471 32 64
Binary 10100100 1100011 10010110 0 101000 1001 100100 100111001 11010 110100

Color Harmonies of #A46396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46396

Black with #A46396

Text Example


Text Example

White with #A46396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46396; }

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

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

background-color css

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

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

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

border-color css

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

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

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