Html Css Color HEX #A469DD Amethyst

📋 copy color: '#A469DD'

red 164 ◦ green 105 ◦ blue 221

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

Shades of Amethyst #A469DD

Tints of Amethyst #A469DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 33.47%
G = 21.43%
B = 45.1%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A469DD (or 0xA469DD) is known color: Amethyst. HEX triplet: A4, 69 and DD. RGB value is (164,105,221). Sum of RGB (Red+Green+Blue) = 164+105+221=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #A469DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469DD is #5B9622. Grayscale: #878787. Windows color (decimal): -6002211 or 14510500. OLE color: 14510500.

HSL color Cylindrical-coordinate representation of color #A469DD: hue angle of 270.52º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A469DD is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 105 221 -
CMYK 0.26 0.52 0 0.13
HSL 270.52º 0.63% 0.64% -
HSV(B) 270.52º 0.52% 0.87% -
XYZ 33.41 23.22 71.13 -
YUV 135.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 164 105 221 0.26 0.52 0 0.13 270.52 0.63 0.64
Hex A4 69 DD 1A 34 0 D 10F 3F 40
Octal 244 151 335 32 64 0 15 417 77 100
Binary 10100100 1101001 11011101 11010 110100 0 1101 100001111 111111 1000000

Color Harmonies of #A469DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469DD

Black with #A469DD

Text Example


Text Example

White with #A469DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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