Html Css Color HEX #A666A0 Violet Blue

📋 copy color: '#A666A0'

red 166 ◦ green 102 ◦ blue 160

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

Shades of Violet Blue #A666A0

Tints of Violet Blue #A666A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.38%

R = 38.79%
G = 23.83%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A666A0 (or 0xA666A0) is known color: Violet Blue. HEX triplet: A6, 66 and A0. RGB value is (166,102,160). Sum of RGB (Red+Green+Blue) = 166+102+160=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 166 - color contains mainly: red. Hex color #A666A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A666A0 is #59995F. Grayscale: #7F7F7F. Windows color (decimal): -5871968 or 10512038. OLE color: 10512038.

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

Color convert

RGB 166 102 160 -
CMYK 0 0.39 0.04 0.35
HSL 305.63º 0.26% 0.53% -
HSV(B) 305.63º 0.39% 0.65% -
XYZ 26.82 20.15 35.73 -
YUV 127.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 166 102 160 0 0.39 0.04 0.35 305.63 0.26 0.53
Hex A6 66 A0 0 27 4 23 132 1A 35
Octal 246 146 240 0 47 4 43 462 32 65
Binary 10100110 1100110 10100000 0 100111 100 100011 100110010 11010 110101

Color Harmonies of #A666A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A666A0

Black with #A666A0

Text Example


Text Example

White with #A666A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A666A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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