Html Css Color HEX #A669D7 Amethyst

📋 copy color: '#A669D7'

red 166 ◦ green 105 ◦ blue 215

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

Shades of Amethyst #A669D7

Tints of Amethyst #A669D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 34.16%
G = 21.6%
B = 44.24%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A669D7 (or 0xA669D7) is known color: Amethyst. HEX triplet: A6, 69 and D7. RGB value is (166,105,215). Sum of RGB (Red+Green+Blue) = 166+105+215=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #A669D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D7 is #599628. Grayscale: #878787. Windows color (decimal): -5871145 or 14117286. OLE color: 14117286.

HSL color Cylindrical-coordinate representation of color #A669D7: hue angle of 273.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A669D7 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 105 215 -
CMYK 0.23 0.51 0 0.16
HSL 273.27º 0.58% 0.63% -
HSV(B) 273.27º 0.51% 0.84% -
XYZ 33.04 23.12 67.01 -
YUV 135.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 166 105 215 0.23 0.51 0 0.16 273.27 0.58 0.63
Hex A6 69 D7 17 33 0 10 111 3A 3F
Octal 246 151 327 27 63 0 20 421 72 77
Binary 10100110 1101001 11010111 10111 110011 0 10000 100010001 111010 111111

Color Harmonies of #A669D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669D7

Black with #A669D7

Text Example


Text Example

White with #A669D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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