Html Css Color HEX #A06CC5 Amethyst

📋 copy color: '#A06CC5'

red 160 ◦ green 108 ◦ blue 197

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

Shades of Amethyst #A06CC5

Tints of Amethyst #A06CC5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.23%

 BLUE value IS 197 (77.34% from 255) = 42.37%

R = 34.41%
G = 23.23%
B = 42.37%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A06CC5 (or 0xA06CC5) is known color: Amethyst. HEX triplet: A0, 6C and C5. RGB value is (160,108,197). Sum of RGB (Red+Green+Blue) = 160+108+197=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #A06CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CC5 is #5F933A. Grayscale: #858585. Windows color (decimal): -6263611 or 12938400. OLE color: 12938400.

HSL color Cylindrical-coordinate representation of color #A06CC5: hue angle of 275.06º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A06CC5 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 108 197 -
CMYK 0.19 0.45 0 0.23
HSL 275.06º 0.43% 0.6% -
HSV(B) 275.06º 0.45% 0.77% -
XYZ 29.94 22.23 55.54 -
YUV 133.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 160 108 197 0.19 0.45 0 0.23 275.06 0.43 0.6
Hex A0 6C C5 13 2D 0 17 113 2B 3C
Octal 240 154 305 23 55 0 27 423 53 74
Binary 10100000 1101100 11000101 10011 101101 0 10111 100010011 101011 111100

Color Harmonies of #A06CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CC5

Black with #A06CC5

Text Example


Text Example

White with #A06CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CC5; }

 p { color: rgb(160,108,197); }

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

background-color css

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

 a { background-color: rgb(160,108,197); }

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

border-color css

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

 span { border-color: rgb(160,108,197); }

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