Html Css Color HEX #A65ADD Amethyst

📋 copy color: '#A65ADD'

red 166 ◦ green 90 ◦ blue 221

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

Shades of Amethyst #A65ADD

Tints of Amethyst #A65ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 34.8%
G = 18.87%
B = 46.33%

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

#A65ADD (or 0xA65ADD) is known color: Amethyst. HEX triplet: A6, 5A and DD. RGB value is (166,90,221). Sum of RGB (Red+Green+Blue) = 166+90+221=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #A65ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ADD is #59A522. Grayscale: #7F7F7F. Windows color (decimal): -5874979 or 14506662. OLE color: 14506662.

HSL color Cylindrical-coordinate representation of color #A65ADD: hue angle of 274.81º degrees, saturation: 0.66, 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 #A65ADD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 90 221 -
CMYK 0.25 0.59 0 0.13
HSL 274.81º 0.66% 0.61% -
HSV(B) 274.81º 0.59% 0.87% -
XYZ 32.43 20.64 70.68 -
YUV 127.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 166 90 221 0.25 0.59 0 0.13 274.81 0.66 0.61
Hex A6 5A DD 19 3B 0 D 113 42 3D
Octal 246 132 335 31 73 0 15 423 102 75
Binary 10100110 1011010 11011101 11001 111011 0 1101 100010011 1000010 111101

Color Harmonies of #A65ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ADD

Black with #A65ADD

Text Example


Text Example

White with #A65ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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