Html Css Color HEX #A06FCE Amethyst

📋 copy color: '#A06FCE'

red 160 ◦ green 111 ◦ blue 206

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

Shades of Amethyst #A06FCE

Tints of Amethyst #A06FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.27%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 33.54%
G = 23.27%
B = 43.19%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A06FCE (or 0xA06FCE) is known color: Amethyst. HEX triplet: A0, 6F and CE. RGB value is (160,111,206). Sum of RGB (Red+Green+Blue) = 160+111+206=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A06FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCE is #5F9031. Grayscale: #888888. Windows color (decimal): -6262834 or 13528992. OLE color: 13528992.

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

Color convert

RGB 160 111 206 -
CMYK 0.22 0.46 0 0.19
HSL 270.95º 0.49% 0.62% -
HSV(B) 270.95º 0.46% 0.81% -
XYZ 31.32 23.3 61.24 -
YUV 136.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 160 111 206 0.22 0.46 0 0.19 270.95 0.49 0.62
Hex A0 6F CE 16 2E 0 13 10F 31 3E
Octal 240 157 316 26 56 0 23 417 61 76
Binary 10100000 1101111 11001110 10110 101110 0 10011 100001111 110001 111110

Color Harmonies of #A06FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FCE

Black with #A06FCE

Text Example


Text Example

White with #A06FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FCE; }

 p { color: rgb(160,111,206); }

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

background-color css

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

 a { background-color: rgb(160,111,206); }

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

border-color css

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

 span { border-color: rgb(160,111,206); }

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