Html Css Color HEX #A574D8 Amethyst

📋 copy color: '#A574D8'

red 165 ◦ green 116 ◦ blue 216

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

Shades of Amethyst #A574D8

Tints of Amethyst #A574D8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 33.2%
G = 23.34%
B = 43.46%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A574D8 (or 0xA574D8) is known color: Amethyst. HEX triplet: A5, 74 and D8. RGB value is (165,116,216). Sum of RGB (Red+Green+Blue) = 165+116+216=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #A574D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574D8 is #5A8B27. Grayscale: #8D8D8D. Windows color (decimal): -5933864 or 14185637. OLE color: 14185637.

HSL color Cylindrical-coordinate representation of color #A574D8: hue angle of 269.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A574D8 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 116 216 -
CMYK 0.24 0.46 0 0.15
HSL 269.4º 0.56% 0.65% -
HSV(B) 269.4º 0.46% 0.85% -
XYZ 34.16 25.45 68.08 -
YUV 142.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 165 116 216 0.24 0.46 0 0.15 269.4 0.56 0.65
Hex A5 74 D8 18 2E 0 F 10D 38 41
Octal 245 164 330 30 56 0 17 415 70 101
Binary 10100101 1110100 11011000 11000 101110 0 1111 100001101 111000 1000001

Color Harmonies of #A574D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574D8

Black with #A574D8

Text Example


Text Example

White with #A574D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574D8; }

 p { color: rgb(165,116,216); }

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

background-color css

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

 a { background-color: rgb(165,116,216); }

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

border-color css

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

 span { border-color: rgb(165,116,216); }

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