Html Css Color HEX #A65ADE Amethyst

📋 copy color: '#A65ADE'

red 166 ◦ green 90 ◦ blue 222

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

Shades of Amethyst #A65ADE

Tints of Amethyst #A65ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.83%

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 34.73%
G = 18.83%
B = 46.44%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A65ADE (or 0xA65ADE) is known color: Amethyst. HEX triplet: A6, 5A and DE. RGB value is (166,90,222). Sum of RGB (Red+Green+Blue) = 166+90+222=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #A65ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ADE is #59A521. Grayscale: #7F7F7F. Windows color (decimal): -5874978 or 14572198. OLE color: 14572198.

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

Color convert

RGB 166 90 222 -
CMYK 0.25 0.59 0 0.13
HSL 274.55º 0.67% 0.61% -
HSV(B) 274.55º 0.59% 0.87% -
XYZ 32.57 20.69 71.38 -
YUV 127.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 166 90 222 0.25 0.59 0 0.13 274.55 0.67 0.61
Hex A6 5A DE 19 3B 0 D 113 43 3D
Octal 246 132 336 31 73 0 15 423 103 75
Binary 10100110 1011010 11011110 11001 111011 0 1101 100010011 1000011 111101

Color Harmonies of #A65ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ADE

Black with #A65ADE

Text Example


Text Example

White with #A65ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ADE; }

 p { color: rgb(166,90,222); }

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

background-color css

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

 a { background-color: rgb(166,90,222); }

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

border-color css

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

 span { border-color: rgb(166,90,222); }

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