Html Css Color HEX #A66095 Violet Blue

📋 copy color: '#A66095'

red 166 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #A66095

Tints of Violet Blue #A66095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 40.39%
G = 23.36%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A66095 (or 0xA66095) is known color: Violet Blue. HEX triplet: A6, 60 and 95. RGB value is (166,96,149). Sum of RGB (Red+Green+Blue) = 166+96+149=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A66095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66095 is #599F6A. Grayscale: #7A7A7A. Windows color (decimal): -5873515 or 9789606. OLE color: 9789606.

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

Color convert

RGB 166 96 149 -
CMYK 0 0.42 0.10 0.35
HSL 314.57º 0.28% 0.51% -
HSV(B) 314.57º 0.42% 0.65% -
XYZ 25.33 18.64 30.7 -
YUV 122.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 166 96 149 0 0.42 0.10 0.35 314.57 0.28 0.51
Hex A6 60 95 0 2A A 23 13B 1C 33
Octal 246 140 225 0 52 12 43 473 34 63
Binary 10100110 1100000 10010101 0 101010 1010 100011 100111011 11100 110011

Color Harmonies of #A66095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66095

Black with #A66095

Text Example


Text Example

White with #A66095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66095; }

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

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

background-color css

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

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

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

border-color css

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

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

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