Html Css Color HEX #A06FD7 Amethyst

📋 copy color: '#A06FD7'

red 160 ◦ green 111 ◦ blue 215

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

Shades of Amethyst #A06FD7

Tints of Amethyst #A06FD7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.84%

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 32.92%
G = 22.84%
B = 44.24%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A06FD7 (or 0xA06FD7) is known color: Amethyst. HEX triplet: A0, 6F and D7. RGB value is (160,111,215). Sum of RGB (Red+Green+Blue) = 160+111+215=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #A06FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FD7 is #5F9028. Grayscale: #898989. Windows color (decimal): -6262825 or 14118816. OLE color: 14118816.

HSL color Cylindrical-coordinate representation of color #A06FD7: hue angle of 268.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06FD7 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 111 215 -
CMYK 0.26 0.48 0 0.16
HSL 268.27º 0.57% 0.64% -
HSV(B) 268.27º 0.48% 0.84% -
XYZ 32.45 23.75 67.16 -
YUV 137.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 160 111 215 0.26 0.48 0 0.16 268.27 0.57 0.64
Hex A0 6F D7 1A 30 0 10 10C 39 40
Octal 240 157 327 32 60 0 20 414 71 100
Binary 10100000 1101111 11010111 11010 110000 0 10000 100001100 111001 1000000

Color Harmonies of #A06FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FD7

Black with #A06FD7

Text Example


Text Example

White with #A06FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FD7; }

 p { color: rgb(160,111,215); }

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

background-color css

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

 a { background-color: rgb(160,111,215); }

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

border-color css

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

 span { border-color: rgb(160,111,215); }

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