Html Css Color HEX #A65EDC Amethyst

📋 copy color: '#A65EDC'

red 166 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #A65EDC

Tints of Amethyst #A65EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 34.58%
G = 19.58%
B = 45.83%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A65EDC (or 0xA65EDC) is known color: Amethyst. HEX triplet: A6, 5E and DC. RGB value is (166,94,220). Sum of RGB (Red+Green+Blue) = 166+94+220=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #A65EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65EDC is #59A123. Grayscale: #818181. Windows color (decimal): -5873956 or 14442150. OLE color: 14442150.

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

Color convert

RGB 166 94 220 -
CMYK 0.25 0.57 0 0.14
HSL 274.29º 0.64% 0.62% -
HSV(B) 274.29º 0.57% 0.86% -
XYZ 32.65 21.28 70.1 -
YUV 129.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 166 94 220 0.25 0.57 0 0.14 274.29 0.64 0.62
Hex A6 5E DC 19 39 0 E 112 40 3E
Octal 246 136 334 31 71 0 16 422 100 76
Binary 10100110 1011110 11011100 11001 111001 0 1110 100010010 1000000 111110

Color Harmonies of #A65EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65EDC

Black with #A65EDC

Text Example


Text Example

White with #A65EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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