Html Css Color HEX #A06CCD Amethyst

📋 copy color: '#A06CCD'

red 160 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #A06CCD

Tints of Amethyst #A06CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 33.83%
G = 22.83%
B = 43.34%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A06CCD (or 0xA06CCD) is known color: Amethyst. HEX triplet: A0, 6C and CD. RGB value is (160,108,205). Sum of RGB (Red+Green+Blue) = 160+108+205=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #A06CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CCD is #5F9332. Grayscale: #868686. Windows color (decimal): -6263603 or 13462688. OLE color: 13462688.

HSL color Cylindrical-coordinate representation of color #A06CCD: hue angle of 272.16º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06CCD is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 108 205 -
CMYK 0.22 0.47 0 0.20
HSL 272.16º 0.49% 0.61% -
HSV(B) 272.16º 0.47% 0.8% -
XYZ 30.88 22.61 60.49 -
YUV 134.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 160 108 205 0.22 0.47 0 0.20 272.16 0.49 0.61
Hex A0 6C CD 16 2F 0 14 110 31 3D
Octal 240 154 315 26 57 0 24 420 61 75
Binary 10100000 1101100 11001101 10110 101111 0 10100 100010000 110001 111101

Color Harmonies of #A06CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CCD

Black with #A06CCD

Text Example


Text Example

White with #A06CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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