Html Css Color HEX #A669CC Amethyst

📋 copy color: '#A669CC'

red 166 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #A669CC

Tints of Amethyst #A669CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 34.95%
G = 22.11%
B = 42.95%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A669CC (or 0xA669CC) is known color: Amethyst. HEX triplet: A6, 69 and CC. RGB value is (166,105,204). Sum of RGB (Red+Green+Blue) = 166+105+204=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A669CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669CC is #599633. Grayscale: #868686. Windows color (decimal): -5871156 or 13396390. OLE color: 13396390.

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

Color convert

RGB 166 105 204 -
CMYK 0.19 0.49 0 0.2
HSL 276.97º 0.49% 0.61% -
HSV(B) 276.97º 0.49% 0.8% -
XYZ 31.68 22.57 59.81 -
YUV 134.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 166 105 204 0.19 0.49 0 0.2 276.97 0.49 0.61
Hex A6 69 CC 13 31 0 14 115 31 3D
Octal 246 151 314 23 61 0 24 425 61 75
Binary 10100110 1101001 11001100 10011 110001 0 10100 100010101 110001 111101

Color Harmonies of #A669CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669CC

Black with #A669CC

Text Example


Text Example

White with #A669CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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