Html Css Color HEX #A45CCC Amethyst

📋 copy color: '#A45CCC'

red 164 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #A45CCC

Tints of Amethyst #A45CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 35.65%
G = 20%
B = 44.35%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A45CCC (or 0xA45CCC) is known color: Amethyst. HEX triplet: A4, 5C and CC. RGB value is (164,92,204). Sum of RGB (Red+Green+Blue) = 164+92+204=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #A45CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A45CCC is #5BA333. Grayscale: #7D7D7D. Windows color (decimal): -6005556 or 13393060. OLE color: 13393060.

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

Color convert

RGB 164 92 204 -
CMYK 0.20 0.55 0 0.2
HSL 278.57º 0.52% 0.58% -
HSV(B) 278.57º 0.55% 0.8% -
XYZ 30.04 19.91 59.39 -
YUV 126.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 164 92 204 0.20 0.55 0 0.2 278.57 0.52 0.58
Hex A4 5C CC 14 37 0 14 117 34 3A
Octal 244 134 314 24 67 0 24 427 64 72
Binary 10100100 1011100 11001100 10100 110111 0 10100 100010111 110100 111010

Color Harmonies of #A45CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45CCC

Black with #A45CCC

Text Example


Text Example

White with #A45CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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