Html Css Color HEX #A669D9 Amethyst

📋 copy color: '#A669D9'

red 166 ◦ green 105 ◦ blue 217

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

Shades of Amethyst #A669D9

Tints of Amethyst #A669D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.47%

R = 34.02%
G = 21.52%
B = 44.47%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A669D9 (or 0xA669D9) is known color: Amethyst. HEX triplet: A6, 69 and D9. RGB value is (166,105,217). Sum of RGB (Red+Green+Blue) = 166+105+217=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #A669D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D9 is #599626. Grayscale: #878787. Windows color (decimal): -5871143 or 14248358. OLE color: 14248358.

HSL color Cylindrical-coordinate representation of color #A669D9: hue angle of 272.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A669D9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 105 217 -
CMYK 0.24 0.52 0 0.15
HSL 272.68º 0.6% 0.63% -
HSV(B) 272.68º 0.52% 0.85% -
XYZ 33.3 23.22 68.37 -
YUV 136.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 166 105 217 0.24 0.52 0 0.15 272.68 0.6 0.63
Hex A6 69 D9 18 34 0 F 111 3C 3F
Octal 246 151 331 30 64 0 17 421 74 77
Binary 10100110 1101001 11011001 11000 110100 0 1111 100010001 111100 111111

Color Harmonies of #A669D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669D9

Black with #A669D9

Text Example


Text Example

White with #A669D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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