Html Css Color HEX #A665C8 Amethyst

📋 copy color: '#A665C8'

red 166 ◦ green 101 ◦ blue 200

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

Shades of Amethyst #A665C8

Tints of Amethyst #A665C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 35.55%
G = 21.63%
B = 42.83%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A665C8 (or 0xA665C8) is known color: Amethyst. HEX triplet: A6, 65 and C8. RGB value is (166,101,200). Sum of RGB (Red+Green+Blue) = 166+101+200=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #A665C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665C8 is #599A37. Grayscale: #838383. Windows color (decimal): -5872184 or 13133222. OLE color: 13133222.

HSL color Cylindrical-coordinate representation of color #A665C8: hue angle of 279.39º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A665C8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 101 200 -
CMYK 0.17 0.49 0 0.22
HSL 279.39º 0.47% 0.59% -
HSV(B) 279.39º 0.5% 0.78% -
XYZ 30.8 21.58 57.19 -
YUV 131.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 166 101 200 0.17 0.49 0 0.22 279.39 0.47 0.59
Hex A6 65 C8 11 31 0 16 117 2F 3B
Octal 246 145 310 21 61 0 26 427 57 73
Binary 10100110 1100101 11001000 10001 110001 0 10110 100010111 101111 111011

Color Harmonies of #A665C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665C8

Black with #A665C8

Text Example


Text Example

White with #A665C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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