Html Css Color HEX #A565DF Amethyst

📋 copy color: '#A565DF'

red 165 ◦ green 101 ◦ blue 223

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

Shades of Amethyst #A565DF

Tints of Amethyst #A565DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

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

R = 33.74%
G = 20.65%
B = 45.6%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A565DF (or 0xA565DF) is known color: Amethyst. HEX triplet: A5, 65 and DF. RGB value is (165,101,223). Sum of RGB (Red+Green+Blue) = 165+101+223=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #A565DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565DF is #5A9A20. Grayscale: #858585. Windows color (decimal): -5937697 or 14640549. OLE color: 14640549.

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

Color convert

RGB 165 101 223 -
CMYK 0.26 0.55 0 0.13
HSL 271.48º 0.66% 0.64% -
HSV(B) 271.48º 0.55% 0.87% -
XYZ 33.49 22.63 72.42 -
YUV 134.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 165 101 223 0.26 0.55 0 0.13 271.48 0.66 0.64
Hex A5 65 DF 1A 37 0 D 10F 42 40
Octal 245 145 337 32 67 0 15 417 102 100
Binary 10100101 1100101 11011111 11010 110111 0 1101 100001111 1000010 1000000

Color Harmonies of #A565DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565DF

Black with #A565DF

Text Example


Text Example

White with #A565DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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