Html Css Color HEX #A06BD8 Amethyst

📋 copy color: '#A06BD8'

red 160 ◦ green 107 ◦ blue 216

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

Shades of Amethyst #A06BD8

Tints of Amethyst #A06BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.72%

R = 33.13%
G = 22.15%
B = 44.72%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A06BD8 (or 0xA06BD8) is known color: Amethyst. HEX triplet: A0, 6B and D8. RGB value is (160,107,216). Sum of RGB (Red+Green+Blue) = 160+107+216=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #A06BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06BD8 is #5F9427. Grayscale: #868686. Windows color (decimal): -6263848 or 14183328. OLE color: 14183328.

HSL color Cylindrical-coordinate representation of color #A06BD8: hue angle of 269.17º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A06BD8 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 107 216 -
CMYK 0.26 0.50 0 0.15
HSL 269.17º 0.58% 0.63% -
HSV(B) 269.17º 0.5% 0.85% -
XYZ 32.15 22.95 67.7 -
YUV 135.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 160 107 216 0.26 0.50 0 0.15 269.17 0.58 0.63
Hex A0 6B D8 1A 32 0 F 10D 3A 3F
Octal 240 153 330 32 62 0 17 415 72 77
Binary 10100000 1101011 11011000 11010 110010 0 1111 100001101 111010 111111

Color Harmonies of #A06BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BD8

Black with #A06BD8

Text Example


Text Example

White with #A06BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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