Html Css Color HEX #A65DD9 Amethyst

📋 copy color: '#A65DD9'

red 166 ◦ green 93 ◦ blue 217

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

Shades of Amethyst #A65DD9

Tints of Amethyst #A65DD9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

 BLUE value IS 217 (85.16% from 255) = 45.59%

R = 34.87%
G = 19.54%
B = 45.59%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A65DD9 (or 0xA65DD9) is known color: Amethyst. HEX triplet: A6, 5D and D9. RGB value is (166,93,217). Sum of RGB (Red+Green+Blue) = 166+93+217=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #A65DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DD9 is #59A226. Grayscale: #808080. Windows color (decimal): -5874215 or 14245286. OLE color: 14245286.

HSL color Cylindrical-coordinate representation of color #A65DD9: hue angle of 275.32º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65DD9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 93 217 -
CMYK 0.24 0.57 0 0.15
HSL 275.32º 0.62% 0.61% -
HSV(B) 275.32º 0.57% 0.85% -
XYZ 32.16 20.95 67.99 -
YUV 128.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 166 93 217 0.24 0.57 0 0.15 275.32 0.62 0.61
Hex A6 5D D9 18 39 0 F 113 3E 3D
Octal 246 135 331 30 71 0 17 423 76 75
Binary 10100110 1011101 11011001 11000 111001 0 1111 100010011 111110 111101

Color Harmonies of #A65DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DD9

Black with #A65DD9

Text Example


Text Example

White with #A65DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DD9; }

 p { color: rgb(166,93,217); }

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

background-color css

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

 a { background-color: rgb(166,93,217); }

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

border-color css

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

 span { border-color: rgb(166,93,217); }

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