Html Css Color HEX #A06FD0 Amethyst

📋 copy color: '#A06FD0'

red 160 ◦ green 111 ◦ blue 208

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

Shades of Amethyst #A06FD0

Tints of Amethyst #A06FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 33.4%
G = 23.17%
B = 43.42%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A06FD0 (or 0xA06FD0) is known color: Amethyst. HEX triplet: A0, 6F and D0. RGB value is (160,111,208). Sum of RGB (Red+Green+Blue) = 160+111+208=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #A06FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FD0 is #5F902F. Grayscale: #888888. Windows color (decimal): -6262832 or 13660064. OLE color: 13660064.

HSL color Cylindrical-coordinate representation of color #A06FD0: hue angle of 270.31º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06FD0 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 111 208 -
CMYK 0.23 0.47 0 0.18
HSL 270.31º 0.51% 0.63% -
HSV(B) 270.31º 0.47% 0.82% -
XYZ 31.57 23.4 62.53 -
YUV 136.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 160 111 208 0.23 0.47 0 0.18 270.31 0.51 0.63
Hex A0 6F D0 17 2F 0 12 10E 33 3F
Octal 240 157 320 27 57 0 22 416 63 77
Binary 10100000 1101111 11010000 10111 101111 0 10010 100001110 110011 111111

Color Harmonies of #A06FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FD0

Black with #A06FD0

Text Example


Text Example

White with #A06FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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