Html Css Color HEX #A65EDD Amethyst

📋 copy color: '#A65EDD'

red 166 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #A65EDD

Tints of Amethyst #A65EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 34.51%
G = 19.54%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A65EDD (or 0xA65EDD) is known color: Amethyst. HEX triplet: A6, 5E and DD. RGB value is (166,94,221). Sum of RGB (Red+Green+Blue) = 166+94+221=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #A65EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EDD is #59A122. Grayscale: #818181. Windows color (decimal): -5873955 or 14507686. OLE color: 14507686.

HSL color Cylindrical-coordinate representation of color #A65EDD: hue angle of 274.02º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65EDD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 94 221 -
CMYK 0.25 0.57 0 0.13
HSL 274.02º 0.65% 0.62% -
HSV(B) 274.02º 0.57% 0.87% -
XYZ 32.78 21.33 70.8 -
YUV 130.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 166 94 221 0.25 0.57 0 0.13 274.02 0.65 0.62
Hex A6 5E DD 19 39 0 D 112 41 3E
Octal 246 136 335 31 71 0 15 422 101 76
Binary 10100110 1011110 11011101 11001 111001 0 1101 100010010 1000001 111110

Color Harmonies of #A65EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EDD

Black with #A65EDD

Text Example


Text Example

White with #A65EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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