Html Css Color HEX #A06CCC Amethyst

📋 copy color: '#A06CCC'

red 160 ◦ green 108 ◦ blue 204

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

Shades of Amethyst #A06CCC

Tints of Amethyst #A06CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 33.9%
G = 22.88%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A06CCC (or 0xA06CCC) is known color: Amethyst. HEX triplet: A0, 6C and CC. RGB value is (160,108,204). Sum of RGB (Red+Green+Blue) = 160+108+204=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #A06CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CCC is #5F9333. Grayscale: #868686. Windows color (decimal): -6263604 or 13397152. OLE color: 13397152.

HSL color Cylindrical-coordinate representation of color #A06CCC: hue angle of 272.5º degrees, saturation: 0.48, 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 #A06CCC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 108 204 -
CMYK 0.22 0.47 0 0.2
HSL 272.5º 0.48% 0.61% -
HSV(B) 272.5º 0.47% 0.8% -
XYZ 30.76 22.56 59.86 -
YUV 134.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 160 108 204 0.22 0.47 0 0.2 272.5 0.48 0.61
Hex A0 6C CC 16 2F 0 14 110 30 3D
Octal 240 154 314 26 57 0 24 420 60 75
Binary 10100000 1101100 11001100 10110 101111 0 10100 100010000 110000 111101

Color Harmonies of #A06CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CCC

Black with #A06CCC

Text Example


Text Example

White with #A06CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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