Html Css Color HEX #A64696 Violet Blue

📋 copy color: '#A64696'

red 166 ◦ green 70 ◦ blue 150

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

Shades of Violet Blue #A64696

Tints of Violet Blue #A64696

RGB

 RED value IS 166 (65.23% from 255) = 43.01%

 GREEN value IS 70 (27.73% from 255) = 18.13%

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

R = 43.01%
G = 18.13%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A64696 (or 0xA64696) is known color: Violet Blue. HEX triplet: A6, 46 and 96. RGB value is (166,70,150). Sum of RGB (Red+Green+Blue) = 166+70+150=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A64696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64696 is #59B969. Grayscale: #6B6B6B. Windows color (decimal): -5880170 or 9848486. OLE color: 9848486.

HSL color Cylindrical-coordinate representation of color #A64696: hue angle of 310º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64696 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 150 -
CMYK 0 0.58 0.10 0.35
HSL 310º 0.41% 0.46% -
HSV(B) 310º 0.58% 0.65% -
XYZ 23.42 14.69 30.46 -
YUV 107.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 166 70 150 0 0.58 0.10 0.35 310 0.41 0.46
Hex A6 46 96 0 3A A 23 136 29 2E
Octal 246 106 226 0 72 12 43 466 51 56
Binary 10100110 1000110 10010110 0 111010 1010 100011 100110110 101001 101110

Color Harmonies of #A64696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64696

Black with #A64696

Text Example


Text Example

White with #A64696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64696; }

 p { color: rgb(166,70,150); }

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

background-color css

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

 a { background-color: rgb(166,70,150); }

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

border-color css

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

 span { border-color: rgb(166,70,150); }

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