Html Css Color HEX #A663E6 Amethyst

📋 copy color: '#A663E6'

red 166 ◦ green 99 ◦ blue 230

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

Shades of Amethyst #A663E6

Tints of Amethyst #A663E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 33.54%
G = 20%
B = 46.46%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A663E6 (or 0xA663E6) is known color: Amethyst. HEX triplet: A6, 63 and E6. RGB value is (166,99,230). Sum of RGB (Red+Green+Blue) = 166+99+230=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #A663E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663E6 is #599C19. Grayscale: #858585. Windows color (decimal): -5872666 or 15098790. OLE color: 15098790.

HSL color Cylindrical-coordinate representation of color #A663E6: hue angle of 270.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A663E6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 99 230 -
CMYK 0.28 0.57 0 0.10
HSL 270.69º 0.72% 0.65% -
HSV(B) 270.69º 0.57% 0.9% -
XYZ 34.47 22.74 77.44 -
YUV 133.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 166 99 230 0.28 0.57 0 0.10 270.69 0.72 0.65
Hex A6 63 E6 1C 39 0 A 10F 48 41
Octal 246 143 346 34 71 0 12 417 110 101
Binary 10100110 1100011 11100110 11100 111001 0 1010 100001111 1001000 1000001

Color Harmonies of #A663E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A663E6

Black with #A663E6

Text Example


Text Example

White with #A663E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A663E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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