Html Css Color HEX #A06BC5 Amethyst

📋 copy color: '#A06BC5'

red 160 ◦ green 107 ◦ blue 197

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

Shades of Amethyst #A06BC5

Tints of Amethyst #A06BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.06%

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

R = 34.48%
G = 23.06%
B = 42.46%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A06BC5 (or 0xA06BC5) is known color: Amethyst. HEX triplet: A0, 6B and C5. RGB value is (160,107,197). Sum of RGB (Red+Green+Blue) = 160+107+197=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #A06BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BC5 is #5F943A. Grayscale: #848484. Windows color (decimal): -6263867 or 12938144. OLE color: 12938144.

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

Color convert

RGB 160 107 197 -
CMYK 0.19 0.46 0 0.23
HSL 275.33º 0.44% 0.6% -
HSV(B) 275.33º 0.46% 0.77% -
XYZ 29.83 22.02 55.5 -
YUV 133.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 160 107 197 0.19 0.46 0 0.23 275.33 0.44 0.6
Hex A0 6B C5 13 2E 0 17 113 2C 3C
Octal 240 153 305 23 56 0 27 423 54 74
Binary 10100000 1101011 11000101 10011 101110 0 10111 100010011 101100 111100

Color Harmonies of #A06BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BC5

Black with #A06BC5

Text Example


Text Example

White with #A06BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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