Html Css Color HEX #A46096 Violet Blue

📋 copy color: '#A46096'

red 164 ◦ green 96 ◦ blue 150

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

Shades of Violet Blue #A46096

Tints of Violet Blue #A46096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 40%
G = 23.41%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A46096 (or 0xA46096) is known color: Violet Blue. HEX triplet: A4, 60 and 96. RGB value is (164,96,150). Sum of RGB (Red+Green+Blue) = 164+96+150=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A46096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46096 is #5B9F69. Grayscale: #7A7A7A. Windows color (decimal): -6004586 or 9855140. OLE color: 9855140.

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

Color convert

RGB 164 96 150 -
CMYK 0 0.41 0.09 0.36
HSL 312.35º 0.27% 0.51% -
HSV(B) 312.35º 0.41% 0.64% -
XYZ 25 18.46 31.1 -
YUV 122.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 164 96 150 0 0.41 0.09 0.36 312.35 0.27 0.51
Hex A4 60 96 0 29 9 24 138 1B 33
Octal 244 140 226 0 51 11 44 470 33 63
Binary 10100100 1100000 10010110 0 101001 1001 100100 100111000 11011 110011

Color Harmonies of #A46096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46096

Black with #A46096

Text Example


Text Example

White with #A46096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46096; }

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

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

background-color css

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

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

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

border-color css

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

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

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