Html Css Color HEX #A665C5 Amethyst

📋 copy color: '#A665C5'

red 166 ◦ green 101 ◦ blue 197

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

Shades of Amethyst #A665C5

Tints of Amethyst #A665C5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.77%

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

R = 35.78%
G = 21.77%
B = 42.46%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A665C5 (or 0xA665C5) is known color: Amethyst. HEX triplet: A6, 65 and C5. RGB value is (166,101,197). Sum of RGB (Red+Green+Blue) = 166+101+197=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #A665C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665C5 is #599A3A. Grayscale: #838383. Windows color (decimal): -5872187 or 12936614. OLE color: 12936614.

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

Color convert

RGB 166 101 197 -
CMYK 0.16 0.49 0 0.23
HSL 280.63º 0.45% 0.58% -
HSV(B) 280.63º 0.49% 0.77% -
XYZ 30.46 21.45 55.36 -
YUV 131.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 166 101 197 0.16 0.49 0 0.23 280.63 0.45 0.58
Hex A6 65 C5 10 31 0 17 119 2D 3A
Octal 246 145 305 20 61 0 27 431 55 72
Binary 10100110 1100101 11000101 10000 110001 0 10111 100011001 101101 111010

Color Harmonies of #A665C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665C5

Black with #A665C5

Text Example


Text Example

White with #A665C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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