Html Css Color HEX #A668C3 Amethyst

📋 copy color: '#A668C3'

red 166 ◦ green 104 ◦ blue 195

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

Shades of Amethyst #A668C3

Tints of Amethyst #A668C3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

 BLUE value IS 195 (76.56% from 255) = 41.94%

R = 35.7%
G = 22.37%
B = 41.94%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A668C3 (or 0xA668C3) is known color: Amethyst. HEX triplet: A6, 68 and C3. RGB value is (166,104,195). Sum of RGB (Red+Green+Blue) = 166+104+195=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #A668C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A668C3 is #59973C. Grayscale: #848484. Windows color (decimal): -5871421 or 12806310. OLE color: 12806310.

HSL color Cylindrical-coordinate representation of color #A668C3: hue angle of 280.88º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A668C3 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 104 195 -
CMYK 0.15 0.47 0 0.24
HSL 280.88º 0.43% 0.59% -
HSV(B) 280.88º 0.47% 0.76% -
XYZ 30.53 21.95 54.26 -
YUV 132.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 166 104 195 0.15 0.47 0 0.24 280.88 0.43 0.59
Hex A6 68 C3 F 2F 0 18 119 2B 3B
Octal 246 150 303 17 57 0 30 431 53 73
Binary 10100110 1101000 11000011 1111 101111 0 11000 100011001 101011 111011

Color Harmonies of #A668C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A668C3

Black with #A668C3

Text Example


Text Example

White with #A668C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A668C3; }

 p { color: rgb(166,104,195); }

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

background-color css

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

 a { background-color: rgb(166,104,195); }

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

border-color css

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

 span { border-color: rgb(166,104,195); }

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