Html Css Color HEX #A669D5 Amethyst

📋 copy color: '#A669D5'

red 166 ◦ green 105 ◦ blue 213

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

Shades of Amethyst #A669D5

Tints of Amethyst #A669D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 34.3%
G = 21.69%
B = 44.01%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A669D5 (or 0xA669D5) is known color: Amethyst. HEX triplet: A6, 69 and D5. RGB value is (166,105,213). Sum of RGB (Red+Green+Blue) = 166+105+213=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #A669D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D5 is #59962A. Grayscale: #878787. Windows color (decimal): -5871147 or 13986214. OLE color: 13986214.

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

Color convert

RGB 166 105 213 -
CMYK 0.22 0.51 0 0.16
HSL 273.89º 0.56% 0.62% -
HSV(B) 273.89º 0.51% 0.84% -
XYZ 32.79 23.01 65.66 -
YUV 135.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 166 105 213 0.22 0.51 0 0.16 273.89 0.56 0.62
Hex A6 69 D5 16 33 0 10 112 38 3E
Octal 246 151 325 26 63 0 20 422 70 76
Binary 10100110 1101001 11010101 10110 110011 0 10000 100010010 111000 111110

Color Harmonies of #A669D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669D5

Black with #A669D5

Text Example


Text Example

White with #A669D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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