Html Css Color HEX #A069BF Amethyst

📋 copy color: '#A069BF'

red 160 ◦ green 105 ◦ blue 191

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

Shades of Amethyst #A069BF

Tints of Amethyst #A069BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 35.09%
G = 23.03%
B = 41.89%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A069BF (or 0xA069BF) is known color: Amethyst. HEX triplet: A0, 69 and BF. RGB value is (160,105,191). Sum of RGB (Red+Green+Blue) = 160+105+191=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A069BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069BF is #5F9640. Grayscale: #828282. Windows color (decimal): -6264385 or 12544416. OLE color: 12544416.

HSL color Cylindrical-coordinate representation of color #A069BF: hue angle of 278.37º degrees, saturation: 0.4, 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 #A069BF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 105 191 -
CMYK 0.16 0.45 0 0.25
HSL 278.37º 0.4% 0.58% -
HSV(B) 278.37º 0.45% 0.75% -
XYZ 28.95 21.34 51.88 -
YUV 131.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 160 105 191 0.16 0.45 0 0.25 278.37 0.4 0.58
Hex A0 69 BF 10 2D 0 19 116 28 3A
Octal 240 151 277 20 55 0 31 426 50 72
Binary 10100000 1101001 10111111 10000 101101 0 11001 100010110 101000 111010

Color Harmonies of #A069BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069BF

Black with #A069BF

Text Example


Text Example

White with #A069BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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