Html Css Color HEX #A06ACF Amethyst

📋 copy color: '#A06ACF'

red 160 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #A06ACF

Tints of Amethyst #A06ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.41%

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

R = 33.83%
G = 22.41%
B = 43.76%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A06ACF (or 0xA06ACF) is known color: Amethyst. HEX triplet: A0, 6A and CF. RGB value is (160,106,207). Sum of RGB (Red+Green+Blue) = 160+106+207=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #A06ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ACF is #5F9530. Grayscale: #858585. Windows color (decimal): -6264113 or 13593248. OLE color: 13593248.

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

Color convert

RGB 160 106 207 -
CMYK 0.23 0.49 0 0.19
HSL 272.08º 0.51% 0.61% -
HSV(B) 272.08º 0.49% 0.81% -
XYZ 30.91 22.29 61.7 -
YUV 133.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 160 106 207 0.23 0.49 0 0.19 272.08 0.51 0.61
Hex A0 6A CF 17 31 0 13 110 33 3D
Octal 240 152 317 27 61 0 23 420 63 75
Binary 10100000 1101010 11001111 10111 110001 0 10011 100010000 110011 111101

Color Harmonies of #A06ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06ACF

Black with #A06ACF

Text Example


Text Example

White with #A06ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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