Html Css Color HEX #A069C1 Amethyst

📋 copy color: '#A069C1'

red 160 ◦ green 105 ◦ blue 193

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

Shades of Amethyst #A069C1

Tints of Amethyst #A069C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.14%

R = 34.93%
G = 22.93%
B = 42.14%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A069C1 (or 0xA069C1) is known color: Amethyst. HEX triplet: A0, 69 and C1. RGB value is (160,105,193). Sum of RGB (Red+Green+Blue) = 160+105+193=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #A069C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069C1 is #5F963E. Grayscale: #838383. Windows color (decimal): -6264383 or 12675488. OLE color: 12675488.

HSL color Cylindrical-coordinate representation of color #A069C1: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A069C1 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 105 193 -
CMYK 0.17 0.46 0 0.24
HSL 277.5º 0.42% 0.58% -
HSV(B) 277.5º 0.46% 0.76% -
XYZ 29.17 21.43 53.05 -
YUV 131.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 160 105 193 0.17 0.46 0 0.24 277.5 0.42 0.58
Hex A0 69 C1 11 2E 0 18 116 2A 3A
Octal 240 151 301 21 56 0 30 426 52 72
Binary 10100000 1101001 11000001 10001 101110 0 11000 100010110 101010 111010

Color Harmonies of #A069C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069C1

Black with #A069C1

Text Example


Text Example

White with #A069C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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