Html Css Color HEX #A663CF Amethyst

📋 copy color: '#A663CF'

red 166 ◦ green 99 ◦ blue 207

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

Shades of Amethyst #A663CF

Tints of Amethyst #A663CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.97%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 35.17%
G = 20.97%
B = 43.86%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A663CF (or 0xA663CF) is known color: Amethyst. HEX triplet: A6, 63 and CF. RGB value is (166,99,207). Sum of RGB (Red+Green+Blue) = 166+99+207=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A663CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663CF is #599C30. Grayscale: #828282. Windows color (decimal): -5872689 or 13591462. OLE color: 13591462.

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

Color convert

RGB 166 99 207 -
CMYK 0.20 0.52 0 0.19
HSL 277.22º 0.53% 0.6% -
HSV(B) 277.22º 0.52% 0.81% -
XYZ 31.45 21.54 61.53 -
YUV 131.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 166 99 207 0.20 0.52 0 0.19 277.22 0.53 0.6
Hex A6 63 CF 14 34 0 13 115 35 3C
Octal 246 143 317 24 64 0 23 425 65 74
Binary 10100110 1100011 11001111 10100 110100 0 10011 100010101 110101 111100

Color Harmonies of #A663CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A663CF

Black with #A663CF

Text Example


Text Example

White with #A663CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A663CF; }

 p { color: rgb(166,99,207); }

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

background-color css

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

 a { background-color: rgb(166,99,207); }

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

border-color css

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

 span { border-color: rgb(166,99,207); }

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