Html Css Color HEX #A469DF Amethyst

📋 copy color: '#A469DF'

red 164 ◦ green 105 ◦ blue 223

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

Shades of Amethyst #A469DF

Tints of Amethyst #A469DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 33.33%
G = 21.34%
B = 45.33%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A469DF (or 0xA469DF) is known color: Amethyst. HEX triplet: A4, 69 and DF. RGB value is (164,105,223). Sum of RGB (Red+Green+Blue) = 164+105+223=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #A469DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469DF is #5B9620. Grayscale: #878787. Windows color (decimal): -6002209 or 14641572. OLE color: 14641572.

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

Color convert

RGB 164 105 223 -
CMYK 0.26 0.53 0 0.13
HSL 270º 0.65% 0.64% -
HSV(B) 270º 0.53% 0.87% -
XYZ 33.68 23.32 72.54 -
YUV 136.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 164 105 223 0.26 0.53 0 0.13 270 0.65 0.64
Hex A4 69 DF 1A 35 0 D 10E 41 40
Octal 244 151 337 32 65 0 15 416 101 100
Binary 10100100 1101001 11011111 11010 110101 0 1101 100001110 1000001 1000000

Color Harmonies of #A469DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A469DF

Black with #A469DF

Text Example


Text Example

White with #A469DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A469DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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