Html Css Color HEX #A66699 Violet Blue

📋 copy color: '#A66699'

red 166 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #A66699

Tints of Violet Blue #A66699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 39.43%
G = 24.23%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A66699 (or 0xA66699) is known color: Violet Blue. HEX triplet: A6, 66 and 99. RGB value is (166,102,153). Sum of RGB (Red+Green+Blue) = 166+102+153=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A66699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66699 is #599966. Grayscale: #7E7E7E. Windows color (decimal): -5871975 or 10053286. OLE color: 10053286.

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

Color convert

RGB 166 102 153 -
CMYK 0 0.39 0.08 0.35
HSL 312.19º 0.26% 0.53% -
HSV(B) 312.19º 0.39% 0.65% -
XYZ 26.23 19.91 32.6 -
YUV 126.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 166 102 153 0 0.39 0.08 0.35 312.19 0.26 0.53
Hex A6 66 99 0 27 8 23 138 1A 35
Octal 246 146 231 0 47 10 43 470 32 65
Binary 10100110 1100110 10011001 0 100111 1000 100011 100111000 11010 110101

Color Harmonies of #A66699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66699

Black with #A66699

Text Example


Text Example

White with #A66699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66699; }

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

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

background-color css

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

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

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

border-color css

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

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

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