Html Css Color HEX #A469D9 Amethyst

📋 copy color: '#A469D9'

red 164 ◦ green 105 ◦ blue 217

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

Shades of Amethyst #A469D9

Tints of Amethyst #A469D9

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

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

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

R = 33.74%
G = 21.6%
B = 44.65%

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

#A469D9 (or 0xA469D9) is known color: Amethyst. HEX triplet: A4, 69 and D9. RGB value is (164,105,217). Sum of RGB (Red+Green+Blue) = 164+105+217=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #A469D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469D9 is #5B9626. Grayscale: #878787. Windows color (decimal): -6002215 or 14248356. OLE color: 14248356.

HSL color Cylindrical-coordinate representation of color #A469D9: hue angle of 271.61º 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 #A469D9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 105 217 -
CMYK 0.24 0.52 0 0.15
HSL 271.61º 0.6% 0.63% -
HSV(B) 271.61º 0.52% 0.85% -
XYZ 32.89 23.01 68.35 -
YUV 135.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 164 105 217 0.24 0.52 0 0.15 271.61 0.6 0.63
Hex A4 69 D9 18 34 0 F 110 3C 3F
Octal 244 151 331 30 64 0 17 420 74 77
Binary 10100100 1101001 11011001 11000 110100 0 1111 100010000 111100 111111

Color Harmonies of #A469D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469D9

Black with #A469D9

Text Example


Text Example

White with #A469D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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