Html Css Color HEX #A669DC Amethyst

📋 copy color: '#A669DC'

red 166 ◦ green 105 ◦ blue 220

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

Shades of Amethyst #A669DC

Tints of Amethyst #A669DC

RGB

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

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

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

R = 33.81%
G = 21.38%
B = 44.81%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A669DC (or 0xA669DC) is known color: Amethyst. HEX triplet: A6, 69 and DC. RGB value is (166,105,220). Sum of RGB (Red+Green+Blue) = 166+105+220=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #A669DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669DC is #599623. Grayscale: #878787. Windows color (decimal): -5871140 or 14444966. OLE color: 14444966.

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

Color convert

RGB 166 105 220 -
CMYK 0.25 0.52 0 0.14
HSL 271.83º 0.62% 0.64% -
HSV(B) 271.83º 0.52% 0.86% -
XYZ 33.7 23.38 70.45 -
YUV 136.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 166 105 220 0.25 0.52 0 0.14 271.83 0.62 0.64
Hex A6 69 DC 19 34 0 E 110 3E 40
Octal 246 151 334 31 64 0 16 420 76 100
Binary 10100110 1101001 11011100 11001 110100 0 1110 100010000 111110 1000000

Color Harmonies of #A669DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669DC

Black with #A669DC

Text Example


Text Example

White with #A669DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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