Html Css Color HEX #A05CCC Amethyst

📋 copy color: '#A05CCC'

red 160 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #A05CCC

Tints of Amethyst #A05CCC

RGB

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

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

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

R = 35.09%
G = 20.18%
B = 44.74%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A05CCC (or 0xA05CCC) is known color: Amethyst. HEX triplet: A0, 5C and CC. RGB value is (160,92,204). Sum of RGB (Red+Green+Blue) = 160+92+204=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCC is #5FA333. Grayscale: #7C7C7C. Windows color (decimal): -6267700 or 13393056. OLE color: 13393056.

HSL color Cylindrical-coordinate representation of color #A05CCC: hue angle of 276.43º degrees, saturation: 0.52, 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 #A05CCC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 92 204 -
CMYK 0.22 0.55 0 0.2
HSL 276.43º 0.52% 0.58% -
HSV(B) 276.43º 0.55% 0.8% -
XYZ 29.22 19.49 59.35 -
YUV 125.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 160 92 204 0.22 0.55 0 0.2 276.43 0.52 0.58
Hex A0 5C CC 16 37 0 14 114 34 3A
Octal 240 134 314 26 67 0 24 424 64 72
Binary 10100000 1011100 11001100 10110 110111 0 10100 100010100 110100 111010

Color Harmonies of #A05CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CCC

Black with #A05CCC

Text Example


Text Example

White with #A05CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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