Html Css Color HEX #A64096 Violet Blue

📋 copy color: '#A64096'

red 166 ◦ green 64 ◦ blue 150

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

Shades of Violet Blue #A64096

Tints of Violet Blue #A64096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

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

R = 43.68%
G = 16.84%
B = 39.47%

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

#A64096 (or 0xA64096) is known color: Violet Blue. HEX triplet: A6, 40 and 96. RGB value is (166,64,150). Sum of RGB (Red+Green+Blue) = 166+64+150=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64096 is #59BF69. Grayscale: #686868. Windows color (decimal): -5881706 or 9846950. OLE color: 9846950.

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

Color convert

RGB 166 64 150 -
CMYK 0 0.61 0.10 0.35
HSL 309.41º 0.44% 0.45% -
HSV(B) 309.41º 0.61% 0.65% -
XYZ 23.06 13.98 30.34 -
YUV 104.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 166 64 150 0 0.61 0.10 0.35 309.41 0.44 0.45
Hex A6 40 96 0 3D A 23 135 2C 2D
Octal 246 100 226 0 75 12 43 465 54 55
Binary 10100110 1000000 10010110 0 111101 1010 100011 100110101 101100 101101

Color Harmonies of #A64096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64096

Black with #A64096

Text Example


Text Example

White with #A64096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64096; }

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

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

background-color css

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

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

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

border-color css

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

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

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