Html Css Color HEX #A45FCE Amethyst

📋 copy color: '#A45FCE'

red 164 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #A45FCE

Tints of Amethyst #A45FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 35.27%
G = 20.43%
B = 44.3%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A45FCE (or 0xA45FCE) is known color: Amethyst. HEX triplet: A4, 5F and CE. RGB value is (164,95,206). Sum of RGB (Red+Green+Blue) = 164+95+206=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #A45FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FCE is #5BA031. Grayscale: #7F7F7F. Windows color (decimal): -6004786 or 13524900. OLE color: 13524900.

HSL color Cylindrical-coordinate representation of color #A45FCE: hue angle of 277.3º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A45FCE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 95 206 -
CMYK 0.20 0.54 0 0.19
HSL 277.3º 0.53% 0.59% -
HSV(B) 277.3º 0.54% 0.81% -
XYZ 30.54 20.53 60.75 -
YUV 128.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 164 95 206 0.20 0.54 0 0.19 277.3 0.53 0.59
Hex A4 5F CE 14 36 0 13 115 35 3B
Octal 244 137 316 24 66 0 23 425 65 73
Binary 10100100 1011111 11001110 10100 110110 0 10011 100010101 110101 111011

Color Harmonies of #A45FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FCE

Black with #A45FCE

Text Example


Text Example

White with #A45FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FCE; }

 p { color: rgb(164,95,206); }

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

background-color css

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

 a { background-color: rgb(164,95,206); }

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

border-color css

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

 span { border-color: rgb(164,95,206); }

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