Html Css Color HEX #A45CD2 Amethyst

📋 copy color: '#A45CD2'

red 164 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #A45CD2

Tints of Amethyst #A45CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 35.19%
G = 19.74%
B = 45.06%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A45CD2 (or 0xA45CD2) is known color: Amethyst. HEX triplet: A4, 5C and D2. RGB value is (164,92,210). Sum of RGB (Red+Green+Blue) = 164+92+210=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #A45CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CD2 is #5BA32D. Grayscale: #7E7E7E. Windows color (decimal): -6005550 or 13786276. OLE color: 13786276.

HSL color Cylindrical-coordinate representation of color #A45CD2: hue angle of 276.61º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45CD2 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 92 210 -
CMYK 0.22 0.56 0 0.18
HSL 276.61º 0.57% 0.59% -
HSV(B) 276.61º 0.56% 0.82% -
XYZ 30.77 20.2 63.25 -
YUV 126.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 164 92 210 0.22 0.56 0 0.18 276.61 0.57 0.59
Hex A4 5C D2 16 38 0 12 115 39 3B
Octal 244 134 322 26 70 0 22 425 71 73
Binary 10100100 1011100 11010010 10110 111000 0 10010 100010101 111001 111011

Color Harmonies of #A45CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CD2

Black with #A45CD2

Text Example


Text Example

White with #A45CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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