Html Css Color HEX #A069C0 Amethyst

📋 copy color: '#A069C0'

red 160 ◦ green 105 ◦ blue 192

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

Shades of Amethyst #A069C0

Tints of Amethyst #A069C0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.98%

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 35.01%
G = 22.98%
B = 42.01%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A069C0 (or 0xA069C0) is known color: Amethyst. HEX triplet: A0, 69 and C0. RGB value is (160,105,192). Sum of RGB (Red+Green+Blue) = 160+105+192=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #A069C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069C0 is #5F963F. Grayscale: #838383. Windows color (decimal): -6264384 or 12609952. OLE color: 12609952.

HSL color Cylindrical-coordinate representation of color #A069C0: hue angle of 277.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A069C0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 105 192 -
CMYK 0.17 0.45 0 0.25
HSL 277.93º 0.41% 0.58% -
HSV(B) 277.93º 0.45% 0.75% -
XYZ 29.06 21.38 52.46 -
YUV 131.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 160 105 192 0.17 0.45 0 0.25 277.93 0.41 0.58
Hex A0 69 C0 11 2D 0 19 116 29 3A
Octal 240 151 300 21 55 0 31 426 51 72
Binary 10100000 1101001 11000000 10001 101101 0 11001 100010110 101001 111010

Color Harmonies of #A069C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069C0

Black with #A069C0

Text Example


Text Example

White with #A069C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069C0; }

 p { color: rgb(160,105,192); }

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

background-color css

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

 a { background-color: rgb(160,105,192); }

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

border-color css

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

 span { border-color: rgb(160,105,192); }

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