Html Css Color HEX #A669D2 Amethyst

📋 copy color: '#A669D2'

red 166 ◦ green 105 ◦ blue 210

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

Shades of Amethyst #A669D2

Tints of Amethyst #A669D2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.83%

 BLUE value IS 210 (82.42% from 255) = 43.66%

R = 34.51%
G = 21.83%
B = 43.66%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A669D2 (or 0xA669D2) is known color: Amethyst. HEX triplet: A6, 69 and D2. RGB value is (166,105,210). Sum of RGB (Red+Green+Blue) = 166+105+210=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #A669D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D2 is #59962D. Grayscale: #868686. Windows color (decimal): -5871150 or 13789606. OLE color: 13789606.

HSL color Cylindrical-coordinate representation of color #A669D2: hue angle of 274.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A669D2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 105 210 -
CMYK 0.21 0.50 0 0.18
HSL 274.86º 0.54% 0.62% -
HSV(B) 274.86º 0.5% 0.82% -
XYZ 32.41 22.86 63.68 -
YUV 135.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 166 105 210 0.21 0.50 0 0.18 274.86 0.54 0.62
Hex A6 69 D2 15 32 0 12 113 36 3E
Octal 246 151 322 25 62 0 22 423 66 76
Binary 10100110 1101001 11010010 10101 110010 0 10010 100010011 110110 111110

Color Harmonies of #A669D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669D2

Black with #A669D2

Text Example


Text Example

White with #A669D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669D2; }

 p { color: rgb(166,105,210); }

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

background-color css

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

 a { background-color: rgb(166,105,210); }

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

border-color css

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

 span { border-color: rgb(166,105,210); }

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