Html Css Color HEX #A666AD Violet Blue

📋 copy color: '#A666AD'

red 166 ◦ green 102 ◦ blue 173

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

Shades of Violet Blue #A666AD

Tints of Violet Blue #A666AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.23%

R = 37.64%
G = 23.13%
B = 39.23%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A666AD (or 0xA666AD) is known color: Violet Blue. HEX triplet: A6, 66 and AD. RGB value is (166,102,173). Sum of RGB (Red+Green+Blue) = 166+102+173=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A666AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666AD is #599952. Grayscale: #818181. Windows color (decimal): -5871955 or 11364006. OLE color: 11364006.

HSL color Cylindrical-coordinate representation of color #A666AD: hue angle of 294.08º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A666AD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 102 173 -
CMYK 0.04 0.41 0 0.32
HSL 294.08º 0.3% 0.54% -
HSV(B) 294.08º 0.41% 0.68% -
XYZ 28.02 20.63 42.04 -
YUV 129.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 166 102 173 0.04 0.41 0 0.32 294.08 0.3 0.54
Hex A6 66 AD 4 29 0 20 126 1E 36
Octal 246 146 255 4 51 0 40 446 36 66
Binary 10100110 1100110 10101101 100 101001 0 100000 100100110 11110 110110

Color Harmonies of #A666AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666AD

Black with #A666AD

Text Example


Text Example

White with #A666AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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