Html Css Color HEX #A45CCF Amethyst

📋 copy color: '#A45CCF'

red 164 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #A45CCF

Tints of Amethyst #A45CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 35.42%
G = 19.87%
B = 44.71%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A45CCF (or 0xA45CCF) is known color: Amethyst. HEX triplet: A4, 5C and CF. RGB value is (164,92,207). Sum of RGB (Red+Green+Blue) = 164+92+207=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #A45CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CCF is #5BA330. Grayscale: #7E7E7E. Windows color (decimal): -6005553 or 13589668. OLE color: 13589668.

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

Color convert

RGB 164 92 207 -
CMYK 0.21 0.56 0 0.19
HSL 277.57º 0.55% 0.59% -
HSV(B) 277.57º 0.56% 0.81% -
XYZ 30.4 20.05 61.3 -
YUV 126.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 164 92 207 0.21 0.56 0 0.19 277.57 0.55 0.59
Hex A4 5C CF 15 38 0 13 116 37 3B
Octal 244 134 317 25 70 0 23 426 67 73
Binary 10100100 1011100 11001111 10101 111000 0 10011 100010110 110111 111011

Color Harmonies of #A45CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CCF

Black with #A45CCF

Text Example


Text Example

White with #A45CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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