Html Css Color HEX #A669DB Amethyst

📋 copy color: '#A669DB'

red 166 ◦ green 105 ◦ blue 219

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

Shades of Amethyst #A669DB

Tints of Amethyst #A669DB

RGB

 RED value IS 166 (65.23% from 255) = 33.88%

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

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

R = 33.88%
G = 21.43%
B = 44.69%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A669DB (or 0xA669DB) is known color: Amethyst. HEX triplet: A6, 69 and DB. RGB value is (166,105,219). Sum of RGB (Red+Green+Blue) = 166+105+219=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #A669DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669DB is #599624. Grayscale: #878787. Windows color (decimal): -5871141 or 14379430. OLE color: 14379430.

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

Color convert

RGB 166 105 219 -
CMYK 0.24 0.52 0 0.14
HSL 272.11º 0.61% 0.64% -
HSV(B) 272.11º 0.52% 0.86% -
XYZ 33.56 23.32 69.75 -
YUV 136.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 166 105 219 0.24 0.52 0 0.14 272.11 0.61 0.64
Hex A6 69 DB 18 34 0 E 110 3D 40
Octal 246 151 333 30 64 0 16 420 75 100
Binary 10100110 1101001 11011011 11000 110100 0 1110 100010000 111101 1000000

Color Harmonies of #A669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669DB

Black with #A669DB

Text Example


Text Example

White with #A669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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