Html Css Color HEX #A05CCD Amethyst

📋 copy color: '#A05CCD'

red 160 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #A05CCD

Tints of Amethyst #A05CCD

RGB

 RED value IS 160 (62.89% from 255) = 35.01%

 GREEN value IS 92 (36.33% from 255) = 20.13%

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

R = 35.01%
G = 20.13%
B = 44.86%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A05CCD (or 0xA05CCD) is known color: Amethyst. HEX triplet: A0, 5C and CD. RGB value is (160,92,205). Sum of RGB (Red+Green+Blue) = 160+92+205=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCD is #5FA332. Grayscale: #7C7C7C. Windows color (decimal): -6267699 or 13458592. OLE color: 13458592.

HSL color Cylindrical-coordinate representation of color #A05CCD: hue angle of 276.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A05CCD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 92 205 -
CMYK 0.22 0.55 0 0.20
HSL 276.11º 0.53% 0.58% -
HSV(B) 276.11º 0.55% 0.8% -
XYZ 29.34 19.54 59.98 -
YUV 125.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 160 92 205 0.22 0.55 0 0.20 276.11 0.53 0.58
Hex A0 5C CD 16 37 0 14 114 35 3A
Octal 240 134 315 26 67 0 24 424 65 72
Binary 10100000 1011100 11001101 10110 110111 0 10100 100010100 110101 111010

Color Harmonies of #A05CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CCD

Black with #A05CCD

Text Example


Text Example

White with #A05CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CCD; }

 p { color: rgb(160,92,205); }

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

background-color css

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

 a { background-color: rgb(160,92,205); }

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

border-color css

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

 span { border-color: rgb(160,92,205); }

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