Html Css Color HEX #A573CC Amethyst

📋 copy color: '#A573CC'

red 165 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #A573CC

Tints of Amethyst #A573CC

RGB

 RED value IS 165 (64.84% from 255) = 34.09%

 GREEN value IS 115 (45.31% from 255) = 23.76%

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

R = 34.09%
G = 23.76%
B = 42.15%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A573CC (or 0xA573CC) is known color: Amethyst. HEX triplet: A5, 73 and CC. RGB value is (165,115,204). Sum of RGB (Red+Green+Blue) = 165+115+204=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #A573CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573CC is #5A8C33. Grayscale: #8B8B8B. Windows color (decimal): -5934132 or 13398949. OLE color: 13398949.

HSL color Cylindrical-coordinate representation of color #A573CC: hue angle of 273.71º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A573CC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 115 204 -
CMYK 0.19 0.44 0 0.2
HSL 273.71º 0.47% 0.63% -
HSV(B) 273.71º 0.44% 0.8% -
XYZ 32.55 24.62 60.16 -
YUV 140.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 165 115 204 0.19 0.44 0 0.2 273.71 0.47 0.63
Hex A5 73 CC 13 2C 0 14 112 2F 3F
Octal 245 163 314 23 54 0 24 422 57 77
Binary 10100101 1110011 11001100 10011 101100 0 10100 100010010 101111 111111

Color Harmonies of #A573CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573CC

Black with #A573CC

Text Example


Text Example

White with #A573CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573CC; }

 p { color: rgb(165,115,204); }

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

background-color css

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

 a { background-color: rgb(165,115,204); }

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

border-color css

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

 span { border-color: rgb(165,115,204); }

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