Html Css Color HEX #A570CD Amethyst

📋 copy color: '#A570CD'

red 165 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #A570CD

Tints of Amethyst #A570CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.24%

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

R = 34.23%
G = 23.24%
B = 42.53%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A570CD (or 0xA570CD) is known color: Amethyst. HEX triplet: A5, 70 and CD. RGB value is (165,112,205). Sum of RGB (Red+Green+Blue) = 165+112+205=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A570CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570CD is #5A8F32. Grayscale: #8A8A8A. Windows color (decimal): -5934899 or 13463717. OLE color: 13463717.

HSL color Cylindrical-coordinate representation of color #A570CD: hue angle of 274.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A570CD is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 112 205 -
CMYK 0.20 0.45 0 0.20
HSL 274.19º 0.48% 0.62% -
HSV(B) 274.19º 0.45% 0.8% -
XYZ 32.33 24 60.69 -
YUV 138.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 165 112 205 0.20 0.45 0 0.20 274.19 0.48 0.62
Hex A5 70 CD 14 2D 0 14 112 30 3E
Octal 245 160 315 24 55 0 24 422 60 76
Binary 10100101 1110000 11001101 10100 101101 0 10100 100010010 110000 111110

Color Harmonies of #A570CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570CD

Black with #A570CD

Text Example


Text Example

White with #A570CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570CD; }

 p { color: rgb(165,112,205); }

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

background-color css

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

 a { background-color: rgb(165,112,205); }

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

border-color css

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

 span { border-color: rgb(165,112,205); }

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