Html Css Color HEX #A661CA Amethyst

📋 copy color: '#A661CA'

red 166 ◦ green 97 ◦ blue 202

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

Shades of Amethyst #A661CA

Tints of Amethyst #A661CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.86%

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 35.7%
G = 20.86%
B = 43.44%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A661CA (or 0xA661CA) is known color: Amethyst. HEX triplet: A6, 61 and CA. RGB value is (166,97,202). Sum of RGB (Red+Green+Blue) = 166+97+202=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A661CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661CA is #599E35. Grayscale: #818181. Windows color (decimal): -5873206 or 13263270. OLE color: 13263270.

HSL color Cylindrical-coordinate representation of color #A661CA: hue angle of 279.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A661CA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 97 202 -
CMYK 0.18 0.52 0 0.21
HSL 279.43º 0.5% 0.59% -
HSV(B) 279.43º 0.52% 0.79% -
XYZ 30.66 20.92 58.3 -
YUV 129.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 166 97 202 0.18 0.52 0 0.21 279.43 0.5 0.59
Hex A6 61 CA 12 34 0 15 117 32 3B
Octal 246 141 312 22 64 0 25 427 62 73
Binary 10100110 1100001 11001010 10010 110100 0 10101 100010111 110010 111011

Color Harmonies of #A661CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A661CA

Black with #A661CA

Text Example


Text Example

White with #A661CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A661CA; }

 p { color: rgb(166,97,202); }

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

background-color css

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

 a { background-color: rgb(166,97,202); }

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

border-color css

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

 span { border-color: rgb(166,97,202); }

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