Html Css Color HEX #A578CD Amethyst

📋 copy color: '#A578CD'

red 165 ◦ green 120 ◦ blue 205

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

Shades of Amethyst #A578CD

Tints of Amethyst #A578CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.49%

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

R = 33.67%
G = 24.49%
B = 41.84%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A578CD (or 0xA578CD) is known color: Amethyst. HEX triplet: A5, 78 and CD. RGB value is (165,120,205). Sum of RGB (Red+Green+Blue) = 165+120+205=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A578CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578CD is #5A8732. Grayscale: #8E8E8E. Windows color (decimal): -5932851 or 13465765. OLE color: 13465765.

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

Color convert

RGB 165 120 205 -
CMYK 0.20 0.41 0 0.20
HSL 271.76º 0.46% 0.64% -
HSV(B) 271.76º 0.41% 0.8% -
XYZ 33.25 25.84 60.99 -
YUV 143.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 165 120 205 0.20 0.41 0 0.20 271.76 0.46 0.64
Hex A5 78 CD 14 29 0 14 110 2E 40
Octal 245 170 315 24 51 0 24 420 56 100
Binary 10100101 1111000 11001101 10100 101001 0 10100 100010000 101110 1000000

Color Harmonies of #A578CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A578CD

Black with #A578CD

Text Example


Text Example

White with #A578CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A578CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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