Html Css Color HEX #A566DF Amethyst

📋 copy color: '#A566DF'

red 165 ◦ green 102 ◦ blue 223

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

Shades of Amethyst #A566DF

Tints of Amethyst #A566DF

RGB

 RED value IS 165 (64.84% from 255) = 33.67%

 GREEN value IS 102 (40.23% from 255) = 20.82%

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

R = 33.67%
G = 20.82%
B = 45.51%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A566DF (or 0xA566DF) is known color: Amethyst. HEX triplet: A5, 66 and DF. RGB value is (165,102,223). Sum of RGB (Red+Green+Blue) = 165+102+223=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #A566DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A566DF is #5A9920. Grayscale: #868686. Windows color (decimal): -5937441 or 14640805. OLE color: 14640805.

HSL color Cylindrical-coordinate representation of color #A566DF: hue angle of 271.24º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A566DF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 102 223 -
CMYK 0.26 0.54 0 0.13
HSL 271.24º 0.65% 0.64% -
HSV(B) 271.24º 0.54% 0.87% -
XYZ 33.59 22.83 72.45 -
YUV 134.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 165 102 223 0.26 0.54 0 0.13 271.24 0.65 0.64
Hex A5 66 DF 1A 36 0 D 10F 41 40
Octal 245 146 337 32 66 0 15 417 101 100
Binary 10100101 1100110 11011111 11010 110110 0 1101 100001111 1000001 1000000

Color Harmonies of #A566DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A566DF

Black with #A566DF

Text Example


Text Example

White with #A566DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A566DF; }

 p { color: rgb(165,102,223); }

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

background-color css

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

 a { background-color: rgb(165,102,223); }

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

border-color css

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

 span { border-color: rgb(165,102,223); }

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