Html Css Color HEX #A64196 Violet Blue

📋 copy color: '#A64196'

red 166 ◦ green 65 ◦ blue 150

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

Shades of Violet Blue #A64196

Tints of Violet Blue #A64196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

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

R = 43.57%
G = 17.06%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A64196 (or 0xA64196) is known color: Violet Blue. HEX triplet: A6, 41 and 96. RGB value is (166,65,150). Sum of RGB (Red+Green+Blue) = 166+65+150=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A64196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64196 is #59BE69. Grayscale: #686868. Windows color (decimal): -5881450 or 9847206. OLE color: 9847206.

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

Color convert

RGB 166 65 150 -
CMYK 0 0.61 0.10 0.35
HSL 309.5º 0.44% 0.45% -
HSV(B) 309.5º 0.61% 0.65% -
XYZ 23.12 14.09 30.36 -
YUV 104.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 166 65 150 0 0.61 0.10 0.35 309.5 0.44 0.45
Hex A6 41 96 0 3D A 23 136 2C 2D
Octal 246 101 226 0 75 12 43 466 54 55
Binary 10100110 1000001 10010110 0 111101 1010 100011 100110110 101100 101101

Color Harmonies of #A64196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64196

Black with #A64196

Text Example


Text Example

White with #A64196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64196; }

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

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

background-color css

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

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

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

border-color css

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

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

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