Html Css Color HEX #A45BCD Amethyst

📋 copy color: '#A45BCD'

red 164 ◦ green 91 ◦ blue 205

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

Shades of Amethyst #A45BCD

Tints of Amethyst #A45BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 35.65%
G = 19.78%
B = 44.57%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A45BCD (or 0xA45BCD) is known color: Amethyst. HEX triplet: A4, 5B and CD. RGB value is (164,91,205). Sum of RGB (Red+Green+Blue) = 164+91+205=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #A45BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45BCD is #5BA432. Grayscale: #7D7D7D. Windows color (decimal): -6005811 or 13458340. OLE color: 13458340.

HSL color Cylindrical-coordinate representation of color #A45BCD: hue angle of 278.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A45BCD is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 91 205 -
CMYK 0.2 0.56 0 0.20
HSL 278.42º 0.53% 0.58% -
HSV(B) 278.42º 0.56% 0.8% -
XYZ 30.07 19.78 59.99 -
YUV 125.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 164 91 205 0.2 0.56 0 0.20 278.42 0.53 0.58
Hex A4 5B CD 14 38 0 14 116 35 3A
Octal 244 133 315 24 70 0 24 426 65 72
Binary 10100100 1011011 11001101 10100 111000 0 10100 100010110 110101 111010

Color Harmonies of #A45BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45BCD

Black with #A45BCD

Text Example


Text Example

White with #A45BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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