Html Css Color HEX #A06CCF Amethyst

📋 copy color: '#A06CCF'

red 160 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #A06CCF

Tints of Amethyst #A06CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 33.68%
G = 22.74%
B = 43.58%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A06CCF (or 0xA06CCF) is known color: Amethyst. HEX triplet: A0, 6C and CF. RGB value is (160,108,207). Sum of RGB (Red+Green+Blue) = 160+108+207=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #A06CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CCF is #5F9330. Grayscale: #868686. Windows color (decimal): -6263601 or 13593760. OLE color: 13593760.

HSL color Cylindrical-coordinate representation of color #A06CCF: hue angle of 271.52º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A06CCF is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 108 207 -
CMYK 0.23 0.48 0 0.19
HSL 271.52º 0.51% 0.62% -
HSV(B) 271.52º 0.48% 0.81% -
XYZ 31.12 22.7 61.77 -
YUV 134.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 160 108 207 0.23 0.48 0 0.19 271.52 0.51 0.62
Hex A0 6C CF 17 30 0 13 110 33 3E
Octal 240 154 317 27 60 0 23 420 63 76
Binary 10100000 1101100 11001111 10111 110000 0 10011 100010000 110011 111110

Color Harmonies of #A06CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CCF

Black with #A06CCF

Text Example


Text Example

White with #A06CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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