Html Css Color HEX #A469DA Amethyst

📋 copy color: '#A469DA'

red 164 ◦ green 105 ◦ blue 218

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

Shades of Amethyst #A469DA

Tints of Amethyst #A469DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 33.68%
G = 21.56%
B = 44.76%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A469DA (or 0xA469DA) is known color: Amethyst. HEX triplet: A4, 69 and DA. RGB value is (164,105,218). Sum of RGB (Red+Green+Blue) = 164+105+218=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #A469DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469DA is #5B9625. Grayscale: #878787. Windows color (decimal): -6002214 or 14313892. OLE color: 14313892.

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

Color convert

RGB 164 105 218 -
CMYK 0.25 0.52 0 0.15
HSL 271.33º 0.6% 0.63% -
HSV(B) 271.33º 0.52% 0.85% -
XYZ 33.02 23.06 69.04 -
YUV 135.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 164 105 218 0.25 0.52 0 0.15 271.33 0.6 0.63
Hex A4 69 DA 19 34 0 F 10F 3C 3F
Octal 244 151 332 31 64 0 17 417 74 77
Binary 10100100 1101001 11011010 11001 110100 0 1111 100001111 111100 111111

Color Harmonies of #A469DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469DA

Black with #A469DA

Text Example


Text Example

White with #A469DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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