Html Css Color HEX #A65ED5 Amethyst

📋 copy color: '#A65ED5'

red 166 ◦ green 94 ◦ blue 213

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

Shades of Amethyst #A65ED5

Tints of Amethyst #A65ED5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 35.1%
G = 19.87%
B = 45.03%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A65ED5 (or 0xA65ED5) is known color: Amethyst. HEX triplet: A6, 5E and D5. RGB value is (166,94,213). Sum of RGB (Red+Green+Blue) = 166+94+213=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A65ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ED5 is #59A12A. Grayscale: #808080. Windows color (decimal): -5873963 or 13983398. OLE color: 13983398.

HSL color Cylindrical-coordinate representation of color #A65ED5: hue angle of 276.3º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65ED5 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 94 213 -
CMYK 0.22 0.56 0 0.16
HSL 276.3º 0.59% 0.6% -
HSV(B) 276.3º 0.56% 0.84% -
XYZ 31.74 20.92 65.32 -
YUV 129.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 166 94 213 0.22 0.56 0 0.16 276.3 0.59 0.6
Hex A6 5E D5 16 38 0 10 114 3B 3C
Octal 246 136 325 26 70 0 20 424 73 74
Binary 10100110 1011110 11010101 10110 111000 0 10000 100010100 111011 111100

Color Harmonies of #A65ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ED5

Black with #A65ED5

Text Example


Text Example

White with #A65ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ED5; }

 p { color: rgb(166,94,213); }

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

background-color css

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

 a { background-color: rgb(166,94,213); }

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

border-color css

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

 span { border-color: rgb(166,94,213); }

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