Html Css Color HEX #A570CF Amethyst

📋 copy color: '#A570CF'

red 165 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #A570CF

Tints of Amethyst #A570CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 34.09%
G = 23.14%
B = 42.77%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A570CF (or 0xA570CF) is known color: Amethyst. HEX triplet: A5, 70 and CF. RGB value is (165,112,207). Sum of RGB (Red+Green+Blue) = 165+112+207=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A570CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570CF is #5A8F30. Grayscale: #8A8A8A. Windows color (decimal): -5934897 or 13594789. OLE color: 13594789.

HSL color Cylindrical-coordinate representation of color #A570CF: hue angle of 273.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A570CF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 112 207 -
CMYK 0.20 0.46 0 0.19
HSL 273.47º 0.5% 0.63% -
HSV(B) 273.47º 0.46% 0.81% -
XYZ 32.57 24.09 61.97 -
YUV 138.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 165 112 207 0.20 0.46 0 0.19 273.47 0.5 0.63
Hex A5 70 CF 14 2E 0 13 111 32 3F
Octal 245 160 317 24 56 0 23 421 62 77
Binary 10100101 1110000 11001111 10100 101110 0 10011 100010001 110010 111111

Color Harmonies of #A570CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570CF

Black with #A570CF

Text Example


Text Example

White with #A570CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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