Html Css Color HEX #A45BDA Amethyst

📋 copy color: '#A45BDA'

red 164 ◦ green 91 ◦ blue 218

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

Shades of Amethyst #A45BDA

Tints of Amethyst #A45BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.24%

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

R = 34.67%
G = 19.24%
B = 46.09%

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

#A45BDA (or 0xA45BDA) is known color: Amethyst. HEX triplet: A4, 5B and DA. RGB value is (164,91,218). Sum of RGB (Red+Green+Blue) = 164+91+218=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #A45BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BDA is #5BA425. Grayscale: #7E7E7E. Windows color (decimal): -6005798 or 14310308. OLE color: 14310308.

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

Color convert

RGB 164 91 218 -
CMYK 0.25 0.58 0 0.15
HSL 274.49º 0.63% 0.61% -
HSV(B) 274.49º 0.58% 0.85% -
XYZ 31.71 20.44 68.6 -
YUV 127.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 164 91 218 0.25 0.58 0 0.15 274.49 0.63 0.61
Hex A4 5B DA 19 3A 0 F 112 3F 3D
Octal 244 133 332 31 72 0 17 422 77 75
Binary 10100100 1011011 11011010 11001 111010 0 1111 100010010 111111 111101

Color Harmonies of #A45BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BDA

Black with #A45BDA

Text Example


Text Example

White with #A45BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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