Html Css Color HEX #A06FD6 Amethyst

📋 copy color: '#A06FD6'

red 160 ◦ green 111 ◦ blue 214

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

Shades of Amethyst #A06FD6

Tints of Amethyst #A06FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.12%

R = 32.99%
G = 22.89%
B = 44.12%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A06FD6 (or 0xA06FD6) is known color: Amethyst. HEX triplet: A0, 6F and D6. RGB value is (160,111,214). Sum of RGB (Red+Green+Blue) = 160+111+214=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #A06FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FD6 is #5F9029. Grayscale: #898989. Windows color (decimal): -6262826 or 14053280. OLE color: 14053280.

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

Color convert

RGB 160 111 214 -
CMYK 0.25 0.48 0 0.16
HSL 268.54º 0.56% 0.64% -
HSV(B) 268.54º 0.48% 0.84% -
XYZ 32.32 23.7 66.49 -
YUV 137.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 160 111 214 0.25 0.48 0 0.16 268.54 0.56 0.64
Hex A0 6F D6 19 30 0 10 10D 38 40
Octal 240 157 326 31 60 0 20 415 70 100
Binary 10100000 1101111 11010110 11001 110000 0 10000 100001101 111000 1000000

Color Harmonies of #A06FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FD6

Black with #A06FD6

Text Example


Text Example

White with #A06FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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