Html Css Color HEX #A069DB Amethyst

📋 copy color: '#A069DB'

red 160 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #A069DB

Tints of Amethyst #A069DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 33.06%
G = 21.69%
B = 45.25%

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

#A069DB (or 0xA069DB) is known color: Amethyst. HEX triplet: A0, 69 and DB. RGB value is (160,105,219). Sum of RGB (Red+Green+Blue) = 160+105+219=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A069DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A069DB is #5F9624. Grayscale: #868686. Windows color (decimal): -6264357 or 14379424. OLE color: 14379424.

HSL color Cylindrical-coordinate representation of color #A069DB: hue angle of 268.95º degrees, saturation: 0.61, 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 #A069DB is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 105 219 -
CMYK 0.27 0.52 0 0.14
HSL 268.95º 0.61% 0.64% -
HSV(B) 268.95º 0.52% 0.86% -
XYZ 32.33 22.69 69.69 -
YUV 134.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 160 105 219 0.27 0.52 0 0.14 268.95 0.61 0.64
Hex A0 69 DB 1B 34 0 E 10D 3D 40
Octal 240 151 333 33 64 0 16 415 75 100
Binary 10100000 1101001 11011011 11011 110100 0 1110 100001101 111101 1000000

Color Harmonies of #A069DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A069DB

Black with #A069DB

Text Example


Text Example

White with #A069DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A069DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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