Html Css Color HEX #A06CD5 Amethyst

📋 copy color: '#A06CD5'

red 160 ◦ green 108 ◦ blue 213

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

Shades of Amethyst #A06CD5

Tints of Amethyst #A06CD5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.45%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 33.26%
G = 22.45%
B = 44.28%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A06CD5 (or 0xA06CD5) is known color: Amethyst. HEX triplet: A0, 6C and D5. RGB value is (160,108,213). Sum of RGB (Red+Green+Blue) = 160+108+213=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #A06CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CD5 is #5F932A. Grayscale: #878787. Windows color (decimal): -6263595 or 13986976. OLE color: 13986976.

HSL color Cylindrical-coordinate representation of color #A06CD5: hue angle of 269.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06CD5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 108 213 -
CMYK 0.25 0.49 0 0.16
HSL 269.71º 0.56% 0.63% -
HSV(B) 269.71º 0.49% 0.84% -
XYZ 31.87 23 65.71 -
YUV 135.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 160 108 213 0.25 0.49 0 0.16 269.71 0.56 0.63
Hex A0 6C D5 19 31 0 10 10E 38 3F
Octal 240 154 325 31 61 0 20 416 70 77
Binary 10100000 1101100 11010101 11001 110001 0 10000 100001110 111000 111111

Color Harmonies of #A06CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CD5

Black with #A06CD5

Text Example


Text Example

White with #A06CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CD5; }

 p { color: rgb(160,108,213); }

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

background-color css

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

 a { background-color: rgb(160,108,213); }

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

border-color css

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

 span { border-color: rgb(160,108,213); }

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