Html Css Color HEX #A565DC Amethyst

📋 copy color: '#A565DC'

red 165 ◦ green 101 ◦ blue 220

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

Shades of Amethyst #A565DC

Tints of Amethyst #A565DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 33.95%
G = 20.78%
B = 45.27%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A565DC (or 0xA565DC) is known color: Amethyst. HEX triplet: A5, 65 and DC. RGB value is (165,101,220). Sum of RGB (Red+Green+Blue) = 165+101+220=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A565DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565DC is #5A9A23. Grayscale: #858585. Windows color (decimal): -5937700 or 14443941. OLE color: 14443941.

HSL color Cylindrical-coordinate representation of color #A565DC: hue angle of 272.27º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A565DC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 101 220 -
CMYK 0.25 0.54 0 0.14
HSL 272.27º 0.63% 0.63% -
HSV(B) 272.27º 0.54% 0.86% -
XYZ 33.09 22.47 70.3 -
YUV 133.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 165 101 220 0.25 0.54 0 0.14 272.27 0.63 0.63
Hex A5 65 DC 19 36 0 E 110 3F 3F
Octal 245 145 334 31 66 0 16 420 77 77
Binary 10100101 1100101 11011100 11001 110110 0 1110 100010000 111111 111111

Color Harmonies of #A565DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565DC

Black with #A565DC

Text Example


Text Example

White with #A565DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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