Html Css Color HEX #A06BBE Amethyst

📋 copy color: '#A06BBE'

red 160 ◦ green 107 ◦ blue 190

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

Shades of Amethyst #A06BBE

Tints of Amethyst #A06BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 35.01%
G = 23.41%
B = 41.58%

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

#A06BBE (or 0xA06BBE) is known color: Amethyst. HEX triplet: A0, 6B and BE. RGB value is (160,107,190). Sum of RGB (Red+Green+Blue) = 160+107+190=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #A06BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BBE is #5F9441. Grayscale: #848484. Windows color (decimal): -6263874 or 12479392. OLE color: 12479392.

HSL color Cylindrical-coordinate representation of color #A06BBE: hue angle of 278.31º degrees, saturation: 0.39, 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 #A06BBE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 107 190 -
CMYK 0.16 0.44 0 0.25
HSL 278.31º 0.39% 0.58% -
HSV(B) 278.31º 0.44% 0.75% -
XYZ 29.05 21.71 51.37 -
YUV 132.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 160 107 190 0.16 0.44 0 0.25 278.31 0.39 0.58
Hex A0 6B BE 10 2C 0 19 116 27 3A
Octal 240 153 276 20 54 0 31 426 47 72
Binary 10100000 1101011 10111110 10000 101100 0 11001 100010110 100111 111010

Color Harmonies of #A06BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BBE

Black with #A06BBE

Text Example


Text Example

White with #A06BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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