Html Css Color HEX #A64195 Violet Blue

📋 copy color: '#A64195'

red 166 ◦ green 65 ◦ blue 149

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

Shades of Violet Blue #A64195

Tints of Violet Blue #A64195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 43.68%
G = 17.11%
B = 39.21%

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

#A64195 (or 0xA64195) is known color: Violet Blue. HEX triplet: A6, 41 and 95. RGB value is (166,65,149). Sum of RGB (Red+Green+Blue) = 166+65+149=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64195 is #59BE6A. Grayscale: #686868. Windows color (decimal): -5881451 or 9781670. OLE color: 9781670.

HSL color Cylindrical-coordinate representation of color #A64195: hue angle of 310.1º 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 #A64195 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 149 -
CMYK 0 0.61 0.10 0.35
HSL 310.1º 0.44% 0.45% -
HSV(B) 310.1º 0.61% 0.65% -
XYZ 23.04 14.06 29.93 -
YUV 104.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 166 65 149 0 0.61 0.10 0.35 310.1 0.44 0.45
Hex A6 41 95 0 3D A 23 136 2C 2D
Octal 246 101 225 0 75 12 43 466 54 55
Binary 10100110 1000001 10010101 0 111101 1010 100011 100110110 101100 101101

Color Harmonies of #A64195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64195

Black with #A64195

Text Example


Text Example

White with #A64195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64195; }

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

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

background-color css

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

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

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

border-color css

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

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

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