Html Css Color HEX #A45CDA Amethyst

📋 copy color: '#A45CDA'

red 164 ◦ green 92 ◦ blue 218

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

Shades of Amethyst #A45CDA

Tints of Amethyst #A45CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

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

R = 34.6%
G = 19.41%
B = 45.99%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A45CDA (or 0xA45CDA) is known color: Amethyst. HEX triplet: A4, 5C and DA. RGB value is (164,92,218). Sum of RGB (Red+Green+Blue) = 164+92+218=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A45CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CDA is #5BA325. Grayscale: #7F7F7F. Windows color (decimal): -6005542 or 14310564. OLE color: 14310564.

HSL color Cylindrical-coordinate representation of color #A45CDA: hue angle of 274.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45CDA is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 92 218 -
CMYK 0.25 0.58 0 0.15
HSL 274.29º 0.63% 0.61% -
HSV(B) 274.29º 0.58% 0.85% -
XYZ 31.79 20.61 68.63 -
YUV 127.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 164 92 218 0.25 0.58 0 0.15 274.29 0.63 0.61
Hex A4 5C DA 19 3A 0 F 112 3F 3D
Octal 244 134 332 31 72 0 17 422 77 75
Binary 10100100 1011100 11011010 11001 111010 0 1111 100010010 111111 111101

Color Harmonies of #A45CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CDA

Black with #A45CDA

Text Example


Text Example

White with #A45CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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