Html Css Color HEX #A65ADF Amethyst

📋 copy color: '#A65ADF'

red 166 ◦ green 90 ◦ blue 223

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

Shades of Amethyst #A65ADF

Tints of Amethyst #A65ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 34.66%
G = 18.79%
B = 46.56%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A65ADF (or 0xA65ADF) is known color: Amethyst. HEX triplet: A6, 5A and DF. RGB value is (166,90,223). Sum of RGB (Red+Green+Blue) = 166+90+223=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #A65ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ADF is #59A520. Grayscale: #7F7F7F. Windows color (decimal): -5874977 or 14637734. OLE color: 14637734.

HSL color Cylindrical-coordinate representation of color #A65ADF: hue angle of 274.29º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65ADF is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 90 223 -
CMYK 0.26 0.60 0 0.13
HSL 274.29º 0.68% 0.61% -
HSV(B) 274.29º 0.6% 0.87% -
XYZ 32.7 20.75 72.09 -
YUV 127.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 166 90 223 0.26 0.60 0 0.13 274.29 0.68 0.61
Hex A6 5A DF 1A 3C 0 D 112 44 3D
Octal 246 132 337 32 74 0 15 422 104 75
Binary 10100110 1011010 11011111 11010 111100 0 1101 100010010 1000100 111101

Color Harmonies of #A65ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ADF

Black with #A65ADF

Text Example


Text Example

White with #A65ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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