Html Css Color HEX #A572DA Amethyst

📋 copy color: '#A572DA'

red 165 ◦ green 114 ◦ blue 218

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

Shades of Amethyst #A572DA

Tints of Amethyst #A572DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.94%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 33.2%
G = 22.94%
B = 43.86%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A572DA (or 0xA572DA) is known color: Amethyst. HEX triplet: A5, 72 and DA. RGB value is (165,114,218). Sum of RGB (Red+Green+Blue) = 165+114+218=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #A572DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A572DA is #5A8D25. Grayscale: #8C8C8C. Windows color (decimal): -5934374 or 14316197. OLE color: 14316197.

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

Color convert

RGB 165 114 218 -
CMYK 0.24 0.48 0 0.15
HSL 269.42º 0.58% 0.65% -
HSV(B) 269.42º 0.48% 0.85% -
XYZ 34.19 25.1 69.37 -
YUV 141.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 165 114 218 0.24 0.48 0 0.15 269.42 0.58 0.65
Hex A5 72 DA 18 30 0 F 10D 3A 41
Octal 245 162 332 30 60 0 17 415 72 101
Binary 10100101 1110010 11011010 11000 110000 0 1111 100001101 111010 1000001

Color Harmonies of #A572DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572DA

Black with #A572DA

Text Example


Text Example

White with #A572DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572DA; }

 p { color: rgb(165,114,218); }

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

background-color css

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

 a { background-color: rgb(165,114,218); }

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

border-color css

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

 span { border-color: rgb(165,114,218); }

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