Html Css Color HEX #A069DC Amethyst

📋 copy color: '#A069DC'

red 160 ◦ green 105 ◦ blue 220

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

Shades of Amethyst #A069DC

Tints of Amethyst #A069DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 32.99%
G = 21.65%
B = 45.36%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A069DC (or 0xA069DC) is known color: Amethyst. HEX triplet: A0, 69 and DC. RGB value is (160,105,220). Sum of RGB (Red+Green+Blue) = 160+105+220=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A069DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069DC is #5F9623. Grayscale: #868686. Windows color (decimal): -6264356 or 14444960. OLE color: 14444960.

HSL color Cylindrical-coordinate representation of color #A069DC: hue angle of 268.7º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A069DC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 105 220 -
CMYK 0.27 0.52 0 0.14
HSL 268.7º 0.62% 0.64% -
HSV(B) 268.7º 0.52% 0.86% -
XYZ 32.47 22.74 70.39 -
YUV 134.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 160 105 220 0.27 0.52 0 0.14 268.7 0.62 0.64
Hex A0 69 DC 1B 34 0 E 10D 3E 40
Octal 240 151 334 33 64 0 16 415 76 100
Binary 10100000 1101001 11011100 11011 110100 0 1110 100001101 111110 1000000

Color Harmonies of #A069DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069DC

Black with #A069DC

Text Example


Text Example

White with #A069DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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