Html Css Color HEX #A459CD Amethyst

📋 copy color: '#A459CD'

red 164 ◦ green 89 ◦ blue 205

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

Shades of Amethyst #A459CD

Tints of Amethyst #A459CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.43%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 35.81%
G = 19.43%
B = 44.76%

CMYK

 C value IS 0.2

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A459CD (or 0xA459CD) is known color: Amethyst. HEX triplet: A4, 59 and CD. RGB value is (164,89,205). Sum of RGB (Red+Green+Blue) = 164+89+205=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A459CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A459CD is #5BA632. Grayscale: #7C7C7C. Windows color (decimal): -6006323 or 13457828. OLE color: 13457828.

HSL color Cylindrical-coordinate representation of color #A459CD: hue angle of 278.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A459CD is Cyan = 0.2, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 89 205 -
CMYK 0.2 0.57 0 0.20
HSL 278.79º 0.54% 0.58% -
HSV(B) 278.79º 0.57% 0.8% -
XYZ 29.9 19.45 59.93 -
YUV 124.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 164 89 205 0.2 0.57 0 0.20 278.79 0.54 0.58
Hex A4 59 CD 14 39 0 14 117 36 3A
Octal 244 131 315 24 71 0 24 427 66 72
Binary 10100100 1011001 11001101 10100 111001 0 10100 100010111 110110 111010

Color Harmonies of #A459CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A459CD

Black with #A459CD

Text Example


Text Example

White with #A459CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A459CD; }

 p { color: rgb(164,89,205); }

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

background-color css

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

 a { background-color: rgb(164,89,205); }

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

border-color css

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

 span { border-color: rgb(164,89,205); }

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