Html Css Color HEX #A06BBF Amethyst

📋 copy color: '#A06BBF'

red 160 ◦ green 107 ◦ blue 191

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

Shades of Amethyst #A06BBF

Tints of Amethyst #A06BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 34.93%
G = 23.36%
B = 41.7%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A06BBF (or 0xA06BBF) is known color: Amethyst. HEX triplet: A0, 6B and BF. RGB value is (160,107,191). Sum of RGB (Red+Green+Blue) = 160+107+191=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #A06BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BBF is #5F9440. Grayscale: #848484. Windows color (decimal): -6263873 or 12544928. OLE color: 12544928.

HSL color Cylindrical-coordinate representation of color #A06BBF: hue angle of 277.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A06BBF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 107 191 -
CMYK 0.16 0.44 0 0.25
HSL 277.86º 0.4% 0.58% -
HSV(B) 277.86º 0.44% 0.75% -
XYZ 29.16 21.75 51.95 -
YUV 132.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 160 107 191 0.16 0.44 0 0.25 277.86 0.4 0.58
Hex A0 6B BF 10 2C 0 19 116 28 3A
Octal 240 153 277 20 54 0 31 426 50 72
Binary 10100000 1101011 10111111 10000 101100 0 11001 100010110 101000 111010

Color Harmonies of #A06BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BBF

Black with #A06BBF

Text Example


Text Example

White with #A06BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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