Html Css Color HEX #A06DBF Amethyst

📋 copy color: '#A06DBF'

red 160 ◦ green 109 ◦ blue 191

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

Shades of Amethyst #A06DBF

Tints of Amethyst #A06DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

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

R = 34.78%
G = 23.7%
B = 41.52%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A06DBF (or 0xA06DBF) is known color: Amethyst. HEX triplet: A0, 6D and BF. RGB value is (160,109,191). Sum of RGB (Red+Green+Blue) = 160+109+191=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #A06DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06DBF is #5F9240. Grayscale: #858585. Windows color (decimal): -6263361 or 12545440. OLE color: 12545440.

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

Color convert

RGB 160 109 191 -
CMYK 0.16 0.43 0 0.25
HSL 277.32º 0.39% 0.59% -
HSV(B) 277.32º 0.43% 0.75% -
XYZ 29.37 22.17 52.02 -
YUV 133.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 160 109 191 0.16 0.43 0 0.25 277.32 0.39 0.59
Hex A0 6D BF 10 2B 0 19 115 27 3B
Octal 240 155 277 20 53 0 31 425 47 73
Binary 10100000 1101101 10111111 10000 101011 0 11001 100010101 100111 111011

Color Harmonies of #A06DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DBF

Black with #A06DBF

Text Example


Text Example

White with #A06DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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