Html Css Color HEX #A665CE Amethyst

📋 copy color: '#A665CE'

red 166 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #A665CE

Tints of Amethyst #A665CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 35.1%
G = 21.35%
B = 43.55%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A665CE (or 0xA665CE) is known color: Amethyst. HEX triplet: A6, 65 and CE. RGB value is (166,101,206). Sum of RGB (Red+Green+Blue) = 166+101+206=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A665CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665CE is #599A31. Grayscale: #848484. Windows color (decimal): -5872178 or 13526438. OLE color: 13526438.

HSL color Cylindrical-coordinate representation of color #A665CE: hue angle of 277.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A665CE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 101 206 -
CMYK 0.19 0.51 0 0.19
HSL 277.14º 0.52% 0.6% -
HSV(B) 277.14º 0.51% 0.81% -
XYZ 31.52 21.87 60.95 -
YUV 132.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 166 101 206 0.19 0.51 0 0.19 277.14 0.52 0.6
Hex A6 65 CE 13 33 0 13 115 34 3C
Octal 246 145 316 23 63 0 23 425 64 74
Binary 10100110 1100101 11001110 10011 110011 0 10011 100010101 110100 111100

Color Harmonies of #A665CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665CE

Black with #A665CE

Text Example


Text Example

White with #A665CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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