Html Css Color HEX #A669C5 Amethyst

📋 copy color: '#A669C5'

red 166 ◦ green 105 ◦ blue 197

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

Shades of Amethyst #A669C5

Tints of Amethyst #A669C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.09%

R = 35.47%
G = 22.44%
B = 42.09%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A669C5 (or 0xA669C5) is known color: Amethyst. HEX triplet: A6, 69 and C5. RGB value is (166,105,197). Sum of RGB (Red+Green+Blue) = 166+105+197=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #A669C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669C5 is #59963A. Grayscale: #858585. Windows color (decimal): -5871163 or 12937638. OLE color: 12937638.

HSL color Cylindrical-coordinate representation of color #A669C5: hue angle of 279.78º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A669C5 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 105 197 -
CMYK 0.16 0.47 0 0.23
HSL 279.78º 0.44% 0.59% -
HSV(B) 279.78º 0.47% 0.77% -
XYZ 30.86 22.24 55.49 -
YUV 133.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 166 105 197 0.16 0.47 0 0.23 279.78 0.44 0.59
Hex A6 69 C5 10 2F 0 17 118 2C 3B
Octal 246 151 305 20 57 0 27 430 54 73
Binary 10100110 1101001 11000101 10000 101111 0 10111 100011000 101100 111011

Color Harmonies of #A669C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669C5

Black with #A669C5

Text Example


Text Example

White with #A669C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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