Html Css Color HEX #A669CE Amethyst

📋 copy color: '#A669CE'

red 166 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #A669CE

Tints of Amethyst #A669CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 34.8%
G = 22.01%
B = 43.19%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A669CE (or 0xA669CE) is known color: Amethyst. HEX triplet: A6, 69 and CE. RGB value is (166,105,206). Sum of RGB (Red+Green+Blue) = 166+105+206=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #A669CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669CE is #599631. Grayscale: #868686. Windows color (decimal): -5871154 or 13527462. OLE color: 13527462.

HSL color Cylindrical-coordinate representation of color #A669CE: hue angle of 276.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A669CE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 105 206 -
CMYK 0.19 0.49 0 0.19
HSL 276.24º 0.51% 0.61% -
HSV(B) 276.24º 0.49% 0.81% -
XYZ 31.92 22.67 61.09 -
YUV 134.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 166 105 206 0.19 0.49 0 0.19 276.24 0.51 0.61
Hex A6 69 CE 13 31 0 13 114 33 3D
Octal 246 151 316 23 61 0 23 424 63 75
Binary 10100110 1101001 11001110 10011 110001 0 10011 100010100 110011 111101

Color Harmonies of #A669CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669CE

Black with #A669CE

Text Example


Text Example

White with #A669CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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