Html Css Color HEX #A565DA Amethyst

📋 copy color: '#A565DA'

red 165 ◦ green 101 ◦ blue 218

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

Shades of Amethyst #A565DA

Tints of Amethyst #A565DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 34.09%
G = 20.87%
B = 45.04%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A565DA (or 0xA565DA) is known color: Amethyst. HEX triplet: A5, 65 and DA. RGB value is (165,101,218). Sum of RGB (Red+Green+Blue) = 165+101+218=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #A565DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565DA is #5A9A25. Grayscale: #858585. Windows color (decimal): -5937702 or 14312869. OLE color: 14312869.

HSL color Cylindrical-coordinate representation of color #A565DA: hue angle of 272.82º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A565DA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 101 218 -
CMYK 0.24 0.54 0 0.15
HSL 272.82º 0.61% 0.63% -
HSV(B) 272.82º 0.54% 0.85% -
XYZ 32.83 22.37 68.92 -
YUV 133.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 165 101 218 0.24 0.54 0 0.15 272.82 0.61 0.63
Hex A5 65 DA 18 36 0 F 111 3D 3F
Octal 245 145 332 30 66 0 17 421 75 77
Binary 10100101 1100101 11011010 11000 110110 0 1111 100010001 111101 111111

Color Harmonies of #A565DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565DA

Black with #A565DA

Text Example


Text Example

White with #A565DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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