Html Css Color HEX #A65ADB Amethyst

📋 copy color: '#A65ADB'

red 166 ◦ green 90 ◦ blue 219

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

Shades of Amethyst #A65ADB

Tints of Amethyst #A65ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 34.95%
G = 18.95%
B = 46.11%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A65ADB (or 0xA65ADB) is known color: Amethyst. HEX triplet: A6, 5A and DB. RGB value is (166,90,219). Sum of RGB (Red+Green+Blue) = 166+90+219=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #A65ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ADB is #59A524. Grayscale: #7E7E7E. Windows color (decimal): -5874981 or 14375590. OLE color: 14375590.

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

Color convert

RGB 166 90 219 -
CMYK 0.24 0.59 0 0.14
HSL 275.35º 0.64% 0.61% -
HSV(B) 275.35º 0.59% 0.86% -
XYZ 32.17 20.53 69.29 -
YUV 127.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 166 90 219 0.24 0.59 0 0.14 275.35 0.64 0.61
Hex A6 5A DB 18 3B 0 E 113 40 3D
Octal 246 132 333 30 73 0 16 423 100 75
Binary 10100110 1011010 11011011 11000 111011 0 1110 100010011 1000000 111101

Color Harmonies of #A65ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ADB

Black with #A65ADB

Text Example


Text Example

White with #A65ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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