Html Css Color HEX #A06BC3 Amethyst

📋 copy color: '#A06BC3'

red 160 ◦ green 107 ◦ blue 195

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

Shades of Amethyst #A06BC3

Tints of Amethyst #A06BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 34.63%
G = 23.16%
B = 42.21%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A06BC3 (or 0xA06BC3) is known color: Amethyst. HEX triplet: A0, 6B and C3. RGB value is (160,107,195). Sum of RGB (Red+Green+Blue) = 160+107+195=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 195 - color contains mainly: blue. Hex color #A06BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BC3 is #5F943C. Grayscale: #848484. Windows color (decimal): -6263869 or 12807072. OLE color: 12807072.

HSL color Cylindrical-coordinate representation of color #A06BC3: hue angle of 276.14º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A06BC3 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 107 195 -
CMYK 0.18 0.45 0 0.24
HSL 276.14º 0.42% 0.59% -
HSV(B) 276.14º 0.45% 0.76% -
XYZ 29.61 21.93 54.3 -
YUV 132.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 160 107 195 0.18 0.45 0 0.24 276.14 0.42 0.59
Hex A0 6B C3 12 2D 0 18 114 2A 3B
Octal 240 153 303 22 55 0 30 424 52 73
Binary 10100000 1101011 11000011 10010 101101 0 11000 100010100 101010 111011

Color Harmonies of #A06BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BC3

Black with #A06BC3

Text Example


Text Example

White with #A06BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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