Html Css Color HEX #A46696 Violet Blue

📋 copy color: '#A46696'

red 164 ◦ green 102 ◦ blue 150

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

Shades of Violet Blue #A46696

Tints of Violet Blue #A46696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

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

R = 39.42%
G = 24.52%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A46696 (or 0xA46696) is known color: Violet Blue. HEX triplet: A4, 66 and 96. RGB value is (164,102,150). Sum of RGB (Red+Green+Blue) = 164+102+150=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A46696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46696 is #5B9969. Grayscale: #7D7D7D. Windows color (decimal): -6003050 or 9856676. OLE color: 9856676.

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

Color convert

RGB 164 102 150 -
CMYK 0 0.38 0.09 0.36
HSL 313.55º 0.25% 0.52% -
HSV(B) 313.55º 0.38% 0.64% -
XYZ 25.57 19.6 31.29 -
YUV 126.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 164 102 150 0 0.38 0.09 0.36 313.55 0.25 0.52
Hex A4 66 96 0 26 9 24 13A 19 34
Octal 244 146 226 0 46 11 44 472 31 64
Binary 10100100 1100110 10010110 0 100110 1001 100100 100111010 11001 110100

Color Harmonies of #A46696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46696

Black with #A46696

Text Example


Text Example

White with #A46696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46696; }

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

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

background-color css

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

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

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

border-color css

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

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

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