Html Css Color HEX #A570CC Amethyst

📋 copy color: '#A570CC'

red 165 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #A570CC

Tints of Amethyst #A570CC

RGB

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

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

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

R = 34.3%
G = 23.28%
B = 42.41%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A570CC (or 0xA570CC) is known color: Amethyst. HEX triplet: A5, 70 and CC. RGB value is (165,112,204). Sum of RGB (Red+Green+Blue) = 165+112+204=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A570CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570CC is #5A8F33. Grayscale: #8A8A8A. Windows color (decimal): -5934900 or 13398181. OLE color: 13398181.

HSL color Cylindrical-coordinate representation of color #A570CC: hue angle of 274.57º degrees, saturation: 0.47, 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 #A570CC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 112 204 -
CMYK 0.19 0.45 0 0.2
HSL 274.57º 0.47% 0.62% -
HSV(B) 274.57º 0.45% 0.8% -
XYZ 32.21 23.95 60.05 -
YUV 138.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 165 112 204 0.19 0.45 0 0.2 274.57 0.47 0.62
Hex A5 70 CC 13 2D 0 14 113 2F 3E
Octal 245 160 314 23 55 0 24 423 57 76
Binary 10100101 1110000 11001100 10011 101101 0 10100 100010011 101111 111110

Color Harmonies of #A570CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570CC

Black with #A570CC

Text Example


Text Example

White with #A570CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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