Html Css Color HEX #A45FCD Amethyst

📋 copy color: '#A45FCD'

red 164 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #A45FCD

Tints of Amethyst #A45FCD

RGB

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

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

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

R = 35.34%
G = 20.47%
B = 44.18%

CMYK

 C value IS 0.2

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A45FCD (or 0xA45FCD) is known color: Amethyst. HEX triplet: A4, 5F and CD. RGB value is (164,95,205). Sum of RGB (Red+Green+Blue) = 164+95+205=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #A45FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45FCD is #5BA032. Grayscale: #7F7F7F. Windows color (decimal): -6004787 or 13459364. OLE color: 13459364.

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

Color convert

RGB 164 95 205 -
CMYK 0.2 0.54 0 0.20
HSL 277.64º 0.52% 0.59% -
HSV(B) 277.64º 0.54% 0.8% -
XYZ 30.42 20.48 60.11 -
YUV 128.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 164 95 205 0.2 0.54 0 0.20 277.64 0.52 0.59
Hex A4 5F CD 14 36 0 14 116 34 3B
Octal 244 137 315 24 66 0 24 426 64 73
Binary 10100100 1011111 11001101 10100 110110 0 10100 100010110 110100 111011

Color Harmonies of #A45FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FCD

Black with #A45FCD

Text Example


Text Example

White with #A45FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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