Html Css Color HEX #A65ACD Amethyst

📋 copy color: '#A65ACD'

red 166 ◦ green 90 ◦ blue 205

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

Shades of Amethyst #A65ACD

Tints of Amethyst #A65ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 36.01%
G = 19.52%
B = 44.47%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A65ACD (or 0xA65ACD) is known color: Amethyst. HEX triplet: A6, 5A and CD. RGB value is (166,90,205). Sum of RGB (Red+Green+Blue) = 166+90+205=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A65ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ACD is #59A532. Grayscale: #7D7D7D. Windows color (decimal): -5874995 or 13458086. OLE color: 13458086.

HSL color Cylindrical-coordinate representation of color #A65ACD: hue angle of 279.65º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65ACD is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 90 205 -
CMYK 0.19 0.56 0 0.20
HSL 279.65º 0.53% 0.58% -
HSV(B) 279.65º 0.56% 0.8% -
XYZ 30.4 19.83 59.98 -
YUV 125.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 166 90 205 0.19 0.56 0 0.20 279.65 0.53 0.58
Hex A6 5A CD 13 38 0 14 118 35 3A
Octal 246 132 315 23 70 0 24 430 65 72
Binary 10100110 1011010 11001101 10011 111000 0 10100 100011000 110101 111010

Color Harmonies of #A65ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65ACD

Black with #A65ACD

Text Example


Text Example

White with #A65ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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