Html Css Color HEX #A05BCC Amethyst

📋 copy color: '#A05BCC'

red 160 ◦ green 91 ◦ blue 204

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

Shades of Amethyst #A05BCC

Tints of Amethyst #A05BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20%

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

R = 35.16%
G = 20%
B = 44.84%

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

#A05BCC (or 0xA05BCC) is known color: Amethyst. HEX triplet: A0, 5B and CC. RGB value is (160,91,204). Sum of RGB (Red+Green+Blue) = 160+91+204=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A05BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05BCC is #5FA433. Grayscale: #7C7C7C. Windows color (decimal): -6267956 or 13392800. OLE color: 13392800.

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

Color convert

RGB 160 91 204 -
CMYK 0.22 0.55 0 0.2
HSL 276.64º 0.53% 0.58% -
HSV(B) 276.64º 0.55% 0.8% -
XYZ 29.14 19.32 59.32 -
YUV 124.51 172.86 153.31 -
System Red Green Blue C M Y K H S L
Decimal 160 91 204 0.22 0.55 0 0.2 276.64 0.53 0.58
Hex A0 5B CC 16 37 0 14 115 35 3A
Octal 240 133 314 26 67 0 24 425 65 72
Binary 10100000 1011011 11001100 10110 110111 0 10100 100010101 110101 111010

Color Harmonies of #A05BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BCC

Black with #A05BCC

Text Example


Text Example

White with #A05BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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