Html Css Color HEX #A66695 Violet Blue

📋 copy color: '#A66695'

red 166 ◦ green 102 ◦ blue 149

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

Shades of Violet Blue #A66695

Tints of Violet Blue #A66695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.46%

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

R = 39.81%
G = 24.46%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A66695 (or 0xA66695) is known color: Violet Blue. HEX triplet: A6, 66 and 95. RGB value is (166,102,149). Sum of RGB (Red+Green+Blue) = 166+102+149=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66695 is #59996A. Grayscale: #7E7E7E. Windows color (decimal): -5871979 or 9791142. OLE color: 9791142.

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

Color convert

RGB 166 102 149 -
CMYK 0 0.39 0.10 0.35
HSL 315.94º 0.26% 0.53% -
HSV(B) 315.94º 0.39% 0.65% -
XYZ 25.9 19.78 30.89 -
YUV 126.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 166 102 149 0 0.39 0.10 0.35 315.94 0.26 0.53
Hex A6 66 95 0 27 A 23 13C 1A 35
Octal 246 146 225 0 47 12 43 474 32 65
Binary 10100110 1100110 10010101 0 100111 1010 100011 100111100 11010 110101

Color Harmonies of #A66695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66695

Black with #A66695

Text Example


Text Example

White with #A66695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66695; }

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

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

background-color css

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

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

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

border-color css

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

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

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